tomcat7.0
2011-10-02 kkolinkoJavadoc for CometEvent: Add <br> tags to make it more...
2011-10-02 kkolinkoCorrect markup that looks odd with <code> formatting.
2011-10-02 kkolinkohttps://issues.apache.org/bugzilla/show_bug.cgi?id...
2011-10-01 marktRemove unused parameters
2011-10-01 marktRemoved parameter from get()
2011-10-01 marktRemove unused method
2011-10-01 marktRemove unused parameter
2011-10-01 marktRemove unused parameter
2011-10-01 marktRemove unused parameter
2011-10-01 marktRemove unused parameter
2011-10-01 marktRemove unused method
2011-10-01 marktRemove unused throws declarations
2011-10-01 marktFix consequences of removing throws
2011-10-01 marktRemove unnecessary throws
2011-10-01 marktMerge branch 'bug51910' into trunk
2011-09-30 kkolinkoRemove one more unneeded line. Correct punctuation.
2011-09-30 kkolinkoRemove duplicate wrong line that should have been delet...
2011-09-30 marktRemove unused code.
2011-09-29 kkolinkoA bit more memory-efficient code.
2011-09-29 kkolinkoFix https://issues.apache.org/bugzilla/show_bug.cgi...
2011-09-29 kkolinkoNo functional change.
2011-09-29 kkolinkoImprove MimeHeaders.toString() (is used only for debugg...
2011-09-28 kkolinkoImprove TestNonBlockingCoordinator:
2011-09-28 kkolinkoImprove TestGroupChannelMemberArrival
2011-09-28 kkolinkoIn the examples application:
2011-09-28 kkolinkoFix https://issues.apache.org/bugzilla/show_bug.cgi...
2011-09-27 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2011-09-27 marktContainerServlets are always restricted.
2011-09-26 marktAdd to the Tomcat 8 TODOs
2011-09-26 marktFix a FindBugs warning
2011-09-26 marktFix some FindBugs warnings
2011-09-26 marktRemove unused code
2011-09-26 kkolinkoImprove RUNNING.txt by adding the following:
2011-09-26 rjungAdd thread name to OneLineFormatter.
2011-09-26 kkolinkoFix https://issues.apache.org/bugzilla/show_bug.cgi...
2011-09-26 kkolinkoThere is a caveat when using RemoteAddrValve with IPv6...
2011-09-25 kkolinkoUse slightly more correct markup:
2011-09-25 kkolinkoUpdate version number for Tomcat 8.
2011-09-25 kkolinkoRemove unused webapps/docs/tribes/tomcat-docs.xsl
2011-09-25 kkolinkoUpdate version number to Tomcat 8, where it was added...
2011-09-25 rjungDon't send 503 if endpoint is paused and we
2011-09-25 rjungAdd 503 return in process() when endpoint is paused.
2011-09-25 rjungWhitespace change to align with AjpAprProcessor.
2011-09-25 kkolinkoFix https://issues.apache.org/bugzilla/show_bug.cgi...
2011-09-24 kkolinkoCleanup temporary files created by tests:
2011-09-24 kkolinkoReduce visibility of static field ManagerBase.name...
2011-09-24 kkolinkoCorrect a typo
2011-09-24 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2011-09-24 rjungFix Javadoc typo.
2011-09-24 rjungBreak from AJP CPING handling if endpoint is
2011-09-24 kkolinkoDo not try to delete the whole output/test-tmp subdirec...
2011-09-24 rjungAdd Override annotation to recently added methods.
2011-09-24 rjungUse setters when cloning attributes.
2011-09-23 kkolinkoIgnore warnings in classes generated with JavaCC/JJTree
2011-09-23 kkolinkoAdd links to @SuppressWarnings documentation for Eclips...
2011-09-23 marktFix SSL + BIO + Java 7
2011-09-23 marktUse the StringManager for i18n
2011-09-23 marktFix FindBugs warning
2011-09-22 slaurentFix https://issues.apache.org/bugzilla/show_bug.cgi...
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
next