tomcat7.0
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...
2009-02-04 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2009-02-04 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2009-01-31 fhanikadjust for first tag
2009-01-30 fhanikfix sizing issue when db is restarted
2009-01-30 fhanikeven not used anywhere in our code, make it thread...
2009-01-30 marktMinor clarification as a result of bug 46498
2009-01-30 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2009-01-30 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2009-01-27 fhanikInitialize connection pool upon data source creation...
2009-01-15 marktRemove duplicate check
2009-01-15 marktFix all the static Eclipse warnings
2009-01-15 marktRemoved unused code from o.a.t.util.buf
2009-01-15 marktAdd some changes from December 08
2009-01-15 marktAlign the installer license files with the main one.
2009-01-15 marktRemove 3 of the essentially 4 duplicate normalise imple...
2009-01-15 marktRemove unused variables identified by Eclipse
2009-01-15 marktRemove some unused methods and related code
2009-01-15 marktMore unused imports spotted by Eclipse
2009-01-15 marktRemove unused imports idnetified by Eclipse
2009-01-15 marktRemove unnecessary casts reported by Eclipse
2009-01-15 marktFix generics warnings
2009-01-15 marktCode clean-up. Remove unnecessary ;'s id'd by Eclipse
2009-01-15 marktClear TODO markers
2009-01-14 marktImplement dynamically adding servlets and filters....
2009-01-14 marktImplement the simple stuff
2009-01-14 marktAFAICT only, dummy implementations are required here.
2009-01-14 marktFix Eclipse warning
2009-01-14 marktFix possible NPE reported by Eclipse
2009-01-14 marktRemove 1.4 impl since we must be using a 1.6 JVM.
2009-01-14 marktVersion updates for the docs
2009-01-14 marktUse a snapshot of DBCP source that includes the JDK...
2009-01-14 marktVersion updates
2009-01-12 marktRevert r733072 after feedback from EG that original...
2009-01-12 marktUpdate SSL Session handling based on Filip's comments...
2009-01-12 marktServlet 3 requires a 1.6 JDK. *Really* need to fix...
2009-01-12 marktMisc code clean up to keepo the Eclipse error count...
2009-01-12 marktGenerics changes after updating the spec api and also...
next