tomcat7.0
2011-09-22 marktFix Eclipse warnings
2011-09-22 marktRemove some unused code
2011-09-22 marktSuppress warning that is hard (impossible?) to avoid
2011-09-22 marktRemove unused code
2011-09-22 marktRemove unused code
2011-09-22 marktRemove unnecessary code
2011-09-22 marktRevert r1174322 and apply the correct fix
2011-09-22 marktFix a small number of Eclipse warnings.
2011-09-22 marktFix Eclipse warning - unused throws
2011-09-22 rjungFix docs typo.
2011-09-22 marktFix running under a security manager
2011-09-21 kkolinkoReplace explicit Tomcat version with a template - for...
2011-09-21 kkolinkoFollowup to r1173630
2011-09-21 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2011-09-21 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2011-09-21 kkolinkoSimplify code in NioEndpoint$Poller.
2011-09-21 kfujinofollowup r1173088 and r1173090.
2011-09-20 schultzFixed bug #51580: Severe error deploying WAR applicatio...
2011-09-20 schultzFixed bug #51687: Improve JreMemoryLeakPreventionListen...
2011-09-20 marktModify test to account for behaviours of different...
2011-09-20 marktEnsure that when the connector is stopped that a Comet...
2011-09-20 markt5s is plenty when things are working and 10s is too...
2011-09-20 marktRevert accidental commit
2011-09-20 rjung- Pull up common clode code to base class.
2011-09-20 rjungPull up members "cluster" and "notifyListenersOnReplica...
2011-09-20 marktRemove empty comment
2011-09-20 marktRemove debug use of System.out
2011-09-20 marktBetter detection of thread termination at end of test
2011-09-19 marktDon't add to Poller when socket is closing to prevent...
2011-09-19 marktFix threading issue with changing visibility of methods...
2011-09-19 marktFix resource leak in annotations cache that prevented...
2011-09-19 marktJSP unloading code was retaining a reference to the...
2011-09-19 marktAlways process postConstruct / preDestroy annotations...
2011-09-19 marktRevert previous commit (r1172546). Need to fix cause...
2011-09-19 marktPrevent NPE if JNDI is disabled.
2011-09-18 rjungAdd two new Java 7 Jars to jarsToSkip.
2011-09-18 rjungFix javadoc and comment typo.
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.
next