tomcat7.0
2008-05-17 marktFix as many Eclipse warnings as I can in the unit tests.
2008-05-17 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2008-05-16 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2008-05-16 marktFix NPE reported on the dev list. The other toUpperCase...
2008-05-15 marktImproved fix https://issues.apache.org/bugzilla/show_bu...
2008-05-15 marktRevert previous 3 commits to create clean patch for...
2008-05-15 fhanikupdate docs
2008-05-15 fhanikfix broken build
2008-05-14 marktImprove logging messages associated with previous commi...
2008-05-14 fhaniktab police
2008-05-14 fhaniksave a few cpu cycles to avoid exceptions being thrown...
2008-05-13 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2008-05-13 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2008-05-13 marktCode clean-up. Remove unused code, parameters, etc.
2008-05-13 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2008-05-09 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2008-05-08 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2008-05-08 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2008-05-08 marktClean-up. Remove old stuff that has just been commented...
2008-05-07 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2008-05-06 marktCode clean-up. Remove unused method.
2008-05-06 marktCode clean up - remove unnecessary casts.
2008-05-05 marktFix bugs https://issues.apache.org/bugzilla/show_bug...
2008-05-05 marktFix various Eclipse warnings. Generics, unused code...
2008-05-04 marktFix typo in recently added dbcp check so you can build...
2008-05-04 costinNot sure if I got the process right - the 2 classes...
2008-05-04 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2008-05-03 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2008-05-03 marktFix bug 43117. Setting an empty workDir can delete...
2008-05-03 marktA final bit of code clean up.
2008-05-03 marktFix various Eclipse warnings. Generics, unused code...
2008-05-03 marktAdd Remy's NPE fix to trunk.
2008-05-03 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2008-05-02 marktCode clean up. Remove unused methods, unnecessary casts...
2008-05-02 costinSince not beeing able to build with JDK1.6 is so annoyi...
2008-05-02 costinMatch build.xml - exclude webservices, missing deps
2008-05-01 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2008-05-01 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2008-05-01 marktFix bug 43343. Correctly handle the case where a reques...
2008-05-01 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2008-04-27 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2008-04-27 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2008-04-27 marktFurther minor clean-up of unused/unnecessary code after...
2008-04-27 marktAdd some missing control checks.
2008-04-27 marktCode clean up o.a.t.util.net.
2008-04-27 marktCode cleanup. o.a.t.util.res
2008-04-26 billbarkerReduce signoff error message to DEBUG, since it is...
2008-04-25 marktFix bug https://issues.apache.org/bugzilla/show_bug...
2008-04-25 marktBetter fix https://issues.apache.org/bugzilla/show_bug...
2008-04-25 marktRevert previous patch. It didn't cover all cases.
2008-04-25 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2008-04-25 marktFix compiler warnings for o.a.c.deploy.*
2008-04-25 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2008-04-25 marktAdd missing access check.
2008-04-23 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2008-04-23 marktGenerics changes for o.a.t.util.res
2008-04-23 marktGenerics changes for o.a.t.util.threads
2008-04-23 fhaniknotify user of the actual error and add a todo behavior...
2008-04-23 fhaniknew idea
2008-04-22 marktRemy's better fix for 43683.
2008-04-22 marktRevert previous patch to fix obvious potential NPE...
2008-04-20 marktFix bug 31257. Quote endorsed dirs if they contain...
2008-04-20 marktFix bug 29936. In some circumstances, Tomcat would...
2008-04-19 marktAdd license and props.
2008-04-19 marktMore fixes for bug 43656 so new test case passes.
2008-04-19 marktAdd test case for bug 43656. Based on a patch from...
2008-04-18 marktFix bug 43656. coerceToType() modified some values...
2008-04-18 marktRemove unused code. No functional change.
2008-04-17 marktPatch for bug 43683. It could be more efficient if...
2008-04-17 fhanikupdate changelog
2008-04-17 fhanikmake the alwaysSend flag public, so that we can set...
2008-04-17 fhanikupdate changelog
2008-04-17 fhanikfix override of methods from standardsession
2008-04-15 marktAlign realm config doc and realm howto doc..
2008-04-14 marktFix some links so they work even if the ROOT app is...
2008-04-14 marktRemove second index page. It wasn't 100% in sync with...
2008-04-11 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2008-04-11 marktCode clean up. Java5 and remove unused code. No functio...
2008-04-11 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2008-04-11 marktFix bug44391. Handling of escaped characters was incorrect.
2008-04-11 marktFix for garbage test in bug 44494. Patch provided by...
2008-04-11 marktRe-instate Rainer's code that fixes the 44494 test...
2008-04-11 marktFix bug 44392. HTML entities not resolved in SSI.
2008-04-10 marktJava 5 clean up. No functional change.
2008-04-10 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2008-04-09 marktFix bug 44428. Make sure m is not null to prevent NPE.
2008-04-09 marktClean up type checking code. Patch provided by Konstant...
2008-04-09 marktFix bug 44785. Correct deafult maxThreads for AJP conne...
2008-04-09 marktAdditional permission needed to read JDK logging config.
2008-04-09 marktHandle case where we don't have permission to read...
2008-04-08 marktBetter patch for 44766. I still can't see why the origi...
2008-04-08 marktRevert previous fix as it needs correcting.
2008-04-08 marktThis fixes 44766 but I can't see why the code was writt...
2008-04-07 marktAll of the issues I was seeing with mark/reset were...
2008-04-07 marktRemy's resizing fix from bug 44494
2008-04-07 jfclereSubmitted by Ruediger Pluem. PR#44595
2008-04-05 fhanikFix for bug
2008-04-05 fhanikImplement asynchronous callbacks for CometEvent.close...
2008-04-05 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2008-04-04 fhanikdoco update for the latest change
next