tomcat7.0
2011-09-18 rjungBZ 51811: Fix typo in attribute name
2011-09-18 rjungDocument new "sessionAttributeFilter" for cluster
2011-09-18 rjungSupport a regexp based filter of attribute
2011-09-18 rjungAllow to overwrite check for distributability
2011-09-16 kkolinkoReport tests failure only after all three variants...
2011-09-14 fhanikhttps://issues.apache.org/bugzilla/show_bug.cgi?id...
2011-09-14 kfujinoAdditional fix for r1170479.
2011-09-14 kfujinoFix BZ51786.
2011-09-12 fhaniktypo in decorator
2011-09-11 rjungThe cache only gets populated if the context is
2011-09-09 kkolinkoFollowup to r1164567, because not all occurences have...
2011-09-09 kkolinkoReviewing r1166576...
2011-09-08 marktFix Eclipse warnings in unit tests
2011-09-08 marktFix possible NPE if instances aren't created through...
2011-09-08 marktFix remaining Eclipse warnings in jdbc-pool unit tests
2011-09-08 marktFix Eclipse warnings
2011-09-08 marktRemove unnecessary casts
2011-09-08 marktTest inrange rather than ignoring the value
2011-09-08 marktFix Eclipse warnings
2011-09-08 marktFix Eclipse warnings
2011-09-08 marktRemove unused code
2011-09-08 marktRemove unused import
2011-09-08 marktRemove deprecated code
2011-09-08 marktTomcat 6 introduced a custom attribute for SSL session ID.
2011-09-08 marktAdd caching of postConstruct and preDestroy annotations
2011-09-08 kfujinovalidatorClassName and suspectTimeout are ignored.
2011-09-07 marktReduce cache memory usage for classes with no annotatio...
2011-09-07 marktAdd a simple annotation cache to improve performance...
2011-09-07 marktMake sure connections are only kept open for keep alive.
2011-09-07 marktasync more likely than comet
2011-09-07 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2011-09-06 marktPull up the process() method
2011-09-06 marktHandle infinite timeouts for both soTimeout and keepAli...
2011-09-06 marktFix timeouts broken by refactoring
2011-09-06 marktFix keep-alive broken by refactoring
2011-09-06 marktConnector alignment - final tweaks to the process method
2011-09-06 marktAlign connectors - setting timeouts
2011-09-06 marktRemove unnecessary setting of timeout (will have been...
2011-09-06 marktMore connector alignment - request header parsing
2011-09-06 marktConnector alignment - this parameter is ignored with BIO
2011-09-06 marktConnector alignment - request line reading
2011-09-06 marktAligning the HTTP connectors.
2011-09-06 marktClarify the default connectionTimeout.
2011-09-06 marktMake keptAlive initialization common between the connectors
2011-09-06 marktFix typo
2011-09-06 marktAdd another 3.7+ note
2011-09-05 marktAlign while loop test
2011-09-05 marktHeaders should be read with the standard connection...
2011-09-05 marktAdd debug log message to align HTTP connectors
2011-09-05 marktStart timing request processing after the request line...
2011-09-05 marktRevert r1165237. Documented defaults are correct.
2011-09-05 marktTab police (rebuilt laptop - need to fix Eclipse config)
2011-09-05 marktAlign request processing between the connectors
2011-09-05 marktComplete alignment of process() for finishing requests
2011-09-05 marktPull out implementation specific processing that determ...
2011-09-05 marktRefactoring prep for extracting sendfile code to a...
2011-09-05 marktMove stage update to before point where we might break...
2011-09-05 marktStart to align the request finish code
2011-09-05 marktRemove unnecessary try/catch that just wraps a simple...
2011-09-05 marktRemove unnecessary try/catch
2011-09-05 marktCorrect documentation of default connection timeout
2011-09-05 marktRemove unnecessary code
2011-09-02 marktAlign logger name with class name.
2011-09-02 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2011-09-02 marktFix a regression with the fix for 51653 that broke...
2011-09-02 marktCorrect connectionLinger documentation
2011-09-02 marktRemove unused, undocumented configuration option
2011-09-01 kfujinoAvoid IllegalArgumentException when setting maxActive...
2011-08-31 kkolinkoRevert r1163807:
2011-08-31 slaurentbug 51741: Eclipse WTP "Serve modules without publishin...
2011-08-31 slaurentFix https://issues.apache.org/bugzilla/show_bug.cgi...
2011-08-31 marktAs per the comment, remove the deprecated code
2011-08-31 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2011-08-29 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2011-08-29 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2011-08-29 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2011-08-29 kkolinkoFollowup to r1162721
2011-08-29 kfujinoFix https://issues.apache.org/bugzilla/show_bug.cgi...
2011-08-26 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2011-08-26 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2011-08-26 kkolinkoFollowup for r1157874 which is a Fix for https://issues...
2011-08-26 kkolinkoMake the fix for https://issues.apache.org/bugzilla...
2011-08-25 marktTweak the message validation.
2011-08-25 marktCorrect message
2011-08-25 marktRevert r1160772 & r1160774.
2011-08-25 marktDetect incomplete AJP messages and reject the associate...
2011-08-25 kkolinkoFollowup to r1161322.
2011-08-24 kkolinkoFix https://issues.apache.org/bugzilla/show_bug.cgi...
2011-08-24 kkolinkoFix two typos in tomcat.nsi (uppercase vs. lowercase...
2011-08-24 kkolinkoForward-port r1159673 and r1159680 from tc7.0.x
2011-08-23 marktAdd the ability to swallow input by specifying a null...
2011-08-23 marktAdd ability to track bytes read
2011-08-23 marktRename
2011-08-23 marktPull up refillReadBuffer()
2011-08-23 marktRe-order. No functional change.
2011-08-23 marktPull up finish() so output() is used consistently to...
2011-08-23 marktPull up flush()
2011-08-23 marktPull up AJP SocketOutputBuffer
2011-08-23 marktRename since this message is used for response headers...
2011-08-23 marktOrganise code. No functional change.
next