tomcat7.0
2010-07-22 marktImplement some Servlet 3 TODOs
2010-07-22 marktExtend Lifecycle state machine so global listeners...
2010-07-22 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-07-22 marktRemove some TODOs that have been implemented
2010-07-22 marktRun all unit tests will all connectors
2010-07-22 marktPoll time and wait are both in milliseconds
2010-07-22 marktFix possible NPE
2010-07-22 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-07-21 marktTest case for https://issues.apache.org/bugzilla/show_b...
2010-07-21 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-07-21 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-07-21 marktReturn copies of the URL array rather than the original...
2010-07-21 marktCorrect explanation. mapSendOptions=6 is synchronous...
2010-07-21 marktAdd note about message processing order.
2010-07-21 marktEclipse sample files need to have correct (platform...
2010-07-17 marktRestore pero's timeout fix for the BIO connector. Add...
2010-07-17 marktTrivial - align comment
2010-07-17 marktExpose executor.
2010-07-17 marktClean-up. No functional change.
2010-07-17 marktRemove unused code
2010-07-16 marktMake the bean Serializable so I can use the example...
2010-07-16 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-07-16 marktAs suggested on the users list, add redirects to the...
2010-07-15 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-07-15 marktTest case for https://issues.apache.org/bugzilla/show_b...
2010-07-14 marktRemove the ExpiresActive option. Just comment it out...
2010-07-14 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-07-14 marktFxi https://issues.apache.org/bugzilla/show_bug.cgi...
2010-07-14 marktFxi https://issues.apache.org/bugzilla/show_bug.cgi...
2010-07-14 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-07-14 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-07-14 kkolinkoAdd myself to the list.
2010-07-13 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-07-13 marktSign the pom.
2010-07-13 kfujinoAvoid NullPointerException, when copyXML=true and META...
2010-07-12 marktHard code the snapshot version for 7.0.
2010-07-12 marktPrepare for the next release
2010-07-11 marktMake the fix for bug 49555 more robust
2010-07-11 marktRemove unnecessary code since Class.getCanonicalName...
2010-07-10 marktEclipse warnings for annotations
2010-07-10 marktjavax.mail is a dummy implementation - mark it as such...
2010-07-10 marktTrivial cleanup no functional change
2010-07-10 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-07-10 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-07-10 marktTypo
2010-07-10 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-07-10 marktMake the random source used for nonces user configurable
2010-07-10 marktAlign implementation with docs. nonceCacheSize should...
2010-07-10 marktAdd CVE-2010-2227 test case
2010-07-10 marktImprove CSRF protection filter by using SecureRandom...
2010-07-10 marktAlign docs with reality
2010-07-10 kkolinkoAdd release date
2010-07-09 marktDocumentation improvements:
2010-07-08 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-07-08 marktGSOC 2010. Continue work to align MBean descriptors...
2010-07-08 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-07-08 marktTest case for https://issues.apache.org/bugzilla/show_b...
2010-07-08 marktTab police
2010-07-08 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-07-08 marktUpdate post release of 7.0.0 beta
2010-07-08 marktInclude session ID in error message logged when trying...
2010-07-07 marktImprove logging of unhandled servlet exceptions by...
2010-07-07 marktFix some Eclipse warnings
2010-07-07 marktBetter error message
2010-07-06 marktImprove fix for https://issues.apache.org/bugzilla...
2010-07-06 marktSide effect of fixing https://issues.apache.org/bugzill...
2010-07-05 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-07-05 marktTest case for https://issues.apache.org/bugzilla/show_b...
2010-07-05 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-07-05 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-07-05 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-07-04 marktClean up
2010-07-04 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-07-04 marktAdd a test case for https://issues.apache.org/bugzilla...
2010-07-04 rjungRemove *.rtf from fixcrlf patternset.
2010-07-04 marktRevert r958362, r960083, r958406, r960069. r958362...
2010-07-04 marktRevert r960283, r960316, r960318. r960283 broke the...
2010-07-04 perono functional change.
2010-07-04 peroFix indentation...
2010-07-03 peroFix NPE and add small test case to check VirtualWebappL...
2010-07-03 peroFix Bug 49528 - HttpServletRequest.isAsyncStarted(...
2010-07-02 marktA few more FindBugs issues
2010-07-02 marktFix FindBugs niggle
2010-07-02 peroTest NIO AsyncListener timeout.
2010-07-02 marktFurther MBean improvements.
2010-07-02 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-07-02 marktMake new timeout thread a daemon thread so Tomcat will...
2010-07-02 marktAdditional debug logging for manager selection
2010-07-01 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-07-01 marktFix typo
2010-07-01 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-07-01 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-07-01 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-07-01 marktImprove default security settings. Enable the LockOutRe...
2010-07-01 marktImprove handling for method invocation in EL, in partic...
2010-06-30 marktRe-factor to make upcoming changes easier to understand
2010-06-29 kkolinkoCorrect broken link on the index.html page of the jsp...
2010-06-29 marktFix typo
2010-06-29 jfclereArrange filter logic.
2010-06-28 kkolinkoImplement support for using *.jar pattern in VirtualWeb...
next