tomcat7.0
2011-02-28 marktShould have moved the keys when I moved the SSL tests
2011-02-28 marktFix an Eclipse nag
2011-02-28 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2011-02-28 marktClarify auth process for CLIENT-CERT
2011-02-28 marktPrep for next release
2011-02-28 marktImprove fix for https://issues.apache.org/bugzilla...
2011-02-27 marktFix Eclipse warnings
2011-02-27 marktClear remaining FindBugs issues from javax.*
2011-02-27 marktMisc clean-up
2011-02-27 marktAnother false positive
2011-02-27 marktCouple more false positives
2011-02-27 marktMisc clean-up
2011-02-27 marktRemove unused code
2011-02-27 marktRevert r1075050
2011-02-27 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2011-02-27 marktBlock whilst waiting for data from client in NIO SSL...
2011-02-27 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2011-02-27 marktAnother false positive
2011-02-26 marktFix FindBugs identified error in Servlet 2.2 jspFile...
2011-02-26 marktFix what looks like a copy/paste error
2011-02-26 marktNo need to call stop if the app didn't start
2011-02-26 marktEnsure a web application is taken out of service if...
2011-02-26 marktFix FindBugs warning
2011-02-25 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2011-02-25 marktAvoid NPEs trying to re-negotiate with NIO
2011-02-24 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2011-02-24 marktDon't start NamingResources multiple times
2011-02-24 marktAdd documentation for the Crawler Session Manager Valve.
2011-02-24 marktFix comment typo
2011-02-24 marktAvoid NPE if no u-a header
2011-02-24 marktRestore the CrawlerSessionManagerValve
2011-02-23 marktAdd security listener
2011-02-23 marktAdd the SecurityListener (disabled by default) that...
2011-02-23 marktBetter handling in acceptor threads if server hits...
2011-02-22 fhanikdoco update bug 50805
2011-02-22 fhanikhttps://issues.apache.org/bugzilla/show_bug.cgi?id...
2011-02-22 marktTest before generating debug log messages
2011-02-22 marktRemove unused code, fix FindBugs warning
2011-02-22 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2011-02-22 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2011-02-22 marktRefactoring to remove duplicate code
2011-02-21 marktConvert to Javadoc comment and add some additional...
2011-02-21 marktSmarter solution for bug 48863
2011-02-21 marktServletapi-2.3 appears to have disappeared from the...
2011-02-21 marktFix javadoc
2011-02-18 marktFix indentation
2011-02-18 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2011-02-18 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2011-02-18 marktExclude a check
2011-02-18 marktRemove unnecessary code, fix a Findbugs warning
2011-02-18 marktRemove unnecessary code, fix a Findbugs warning
2011-02-18 marktRemove unnecessary code, fix a Findbugs warning
2011-02-18 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2011-02-18 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2011-02-18 marktline length
2011-02-17 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2011-02-17 fhanikUpdate ignore list with the full set
2011-02-17 fhanikignore list
2011-02-17 fhanikUpdate version numbers
2011-02-17 fhanikCorrectly use the readFully method. Add a utility metho...
2011-02-17 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2011-02-17 marktRemove unnecessary code.
2011-02-17 marktRemove unnecessary code.
2011-02-17 marktFix NPEs on shutdown. Loop is prevented above when...
2011-02-17 marktTypo? Copy and paste error?
2011-02-17 marktFix typo
2011-02-17 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2011-02-17 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2011-02-17 rjungRemove duplicate code.
2011-02-17 marktPrevent NPE in unit tests as a result of r1067718
2011-02-17 marktFix test failure now r1069056 has added stricter checks...
2011-02-17 marktPrevent NPE in unit tests as a result of r1067718
2011-02-16 marktPrep for next release
2011-02-16 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2011-02-16 marktMove test outside the loop
2011-02-16 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2011-02-15 marktFix Eclipse warnings
2011-02-14 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2011-02-14 marktCorrectly test for no attributes
2011-02-14 kfujinoFix https://issues.apache.org/bugzilla/show_bug.cgi...
2011-02-14 kfujinoFollowup to r1069836
2011-02-12 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2011-02-11 fhanikdoco and version update
2011-02-11 fhanikhttps://issues.apache.org/bugzilla/show_bug.cgi?id...
2011-02-11 marktRemove deprecated code
2011-02-11 marktRemove deprecated code
2011-02-11 marktRemove unused deprecated method
2011-02-11 marktAdd additional information to assist with tracking...
2011-02-11 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2011-02-11 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2011-02-11 marktFix Eclipse warnings
2011-02-11 marktAdd unit test that demonstrates use of a custom SSL...
2011-02-10 marktAdd a test case (already passes) for bug50753
2011-02-10 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2011-02-10 fhanikremove retry from the API.
2011-02-10 marktFix Javadoc warnings
2011-02-10 marktremove unused import
2011-02-09 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2011-02-09 marktEnsure NamingResources follows correct lifecycle
2011-02-09 marktThe bug number changed
next