tomcat7.0
2009-03-27 marktMove classes from org.apache to org.apache.tomcat
2009-03-27 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2009-03-27 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2009-03-26 fhanikSome things you don't want to expose
2009-03-26 fhanikAllow a user to configure a pool name through config
2009-03-26 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2009-03-26 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2009-03-26 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2009-03-25 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2009-03-25 marktStop Eclipse complaining
2009-03-25 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2009-03-25 fhanikAllow the type to be the exact name of the data source
2009-03-25 fhanikFix bug when initSQL is used, then we should always...
2009-03-25 fhaniksome basic skeleton addition, more to follow
2009-03-25 fhanikDisplay IP address in range 0-255 and not -127-127
2009-03-25 mturkSmall cosmetic fix
2009-03-24 rjungFix dependencies path in .classpath file.
2009-03-24 marktDelete unused code
2009-03-24 marktFix some Eclipse warnings
2009-03-24 marktFix typo
2009-03-24 fhanikforce 1.5 at this time, don't inherit parent value...
2009-03-24 rjungBZ45026: Never return an empty HTTP status response...
2009-03-24 fhanikImplement delegate methods that will let us expose...
2009-03-24 rjungDocument r757708.
2009-03-24 rjungAllow bigger AJP packets for request bodies and
2009-03-24 rjungUse some existing constants instead of inline numbers
2009-03-24 fhanikSetup datasource so that one can extend it more easily
2009-03-23 marktUse a filter rather than a valve to add a default chara...
2009-03-23 fhanikexpose the poolname through a public method, this will...
2009-03-23 marktRemove the Catalina dependency from Jasper.
2009-03-22 rjungFollowup to r756926 (forward remote port via AJP13).
2009-03-21 marktAdd missing attributes tags
2009-03-21 marktFix a handful of Eclipse warnings
2009-03-21 rjungAJP13 misses to forward the remotePort.
2009-03-17 rjungMulticastSocket.setLoopbackmode() works reversed.
2009-03-12 marktDon't try and save a read-only database
2009-03-12 marktRemove two validation related fields no longer used...
2009-03-12 marktGet validation working properly. This will still throw...
2009-03-12 marktChange default xmlBase to prevent exceptions on start...
2009-03-12 marktFix line endings
2009-03-11 fhanikAllow xmlBase to be configurable, just like appBase.
2009-03-11 marktAdd missing and new schemas to resolver used by digester.
2009-03-11 marktAdd missing XML Schemas for Java EE Deployment Descriptors
2009-03-11 fhanikAdd a system property that lets the startup phase exit...
2009-03-10 fhanikWhen adding a logger, its better to always add the...
2009-03-10 remm- Add xiph mime types, after reading a blog.
2009-03-10 marktFix infinite loop.
2009-03-09 fhanikMake a distinction between AM/PM by using the 24 hour...
2009-03-08 marktExperiment with enabling per context configuration...
2009-03-08 marktTomcat uses Platform MBean server. Adjust listener...
2009-03-08 marktRevert previous commit. Plan to rework valve so this...
2009-03-07 marktFix Eclipse warnings in this package
2009-03-07 marktClear a bunch of generics warnings in Eclipse
2009-03-07 marktSome generics fixes
2009-03-07 marktAllow the AddDefaultCharsetValve to be effective when...
2009-03-07 marktAdd AddDefaultCharSetValve
2009-03-07 marktRemove jk jni code from Tomcat 7. It is deprecated...
2009-03-07 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2009-03-07 marktMake UserDatabase read only by default and log an error...
2009-03-07 marktFix remainder of https://issues.apache.org/bugzilla...
2009-03-07 marktPartial fix for https://issues.apache.org/bugzilla...
2009-03-06 marktFix svn keywords
2009-03-06 marktFix XSS in examples web application.
2009-03-05 fhanikSplit LOGGING_CONFIG into two options, LOGGING_CONFIG...
2009-03-05 fhanikMake LOGGING_CONFIG a variable that you can set, just...
2009-03-05 fhanikMake the useHttpOnly a Context attribute
2009-03-03 marktUpdate docs to reflect changes for bug 44988
2009-02-26 marktDocument undocumented valve
2009-02-25 marktFix broken metadata-complete element
2009-02-25 marktFix possible NPE
2009-02-23 marktFix various Eclipse warnings.
2009-02-22 costinAdd directory for tomcat-lite.
2009-02-21 marktRemove unused code.
2009-02-21 marktAddress Bill's security concerns in previous patch...
2009-02-21 marktEngage brain rather than mindless copying.
2009-02-20 marktDoc updated - ported form tc6.0.x
2009-02-20 marktUpdate Eclipse files.
2009-02-20 marktMore typos
2009-02-20 marktFix spelling
2009-02-13 marktChange to ThreadLocal to prevent potential sync bottlen...
2009-02-13 fhanikDocumentation
2009-02-13 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2009-02-12 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2009-02-12 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2009-02-12 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2009-02-11 marktPort r742915 to trunk.
2009-02-10 remm- Fix apparent bad cut & paste from the HTTP connector...
2009-02-09 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2009-02-09 marktRevert previous patch. It won't work.
2009-02-09 marktOnly perform validation test when allowLinking is enabled
2009-02-09 marktCorrect typo
2009-02-09 marktFix various Eclipse warnings.
2009-02-09 marktFix various Eclipse warnings.
2009-02-09 marktFix various Eclipse warnings.
2009-02-09 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2009-02-09 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2009-02-06 fhanikMake sure thread starvation doesn't exist during reclam...
2009-02-04 marktRemove serialization from Container. Old experiment...
2009-02-04 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2009-02-04 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
next