tomcat7.0
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
2008-04-04 fhanikfix sendfile, incorrect if else statements
2008-04-01 marktBetter fix for bug 44715. Document use of secret for...
2008-04-01 marktUndo last commit - need to rework wording.
2008-03-31 marktFix bug 44715. Document use of secret for AJP connector.
2008-03-30 marktApply Remy's patch for 44494 for multi-byte character...
2008-03-30 marktRemove unused code. No functional change.
2008-03-30 marktTab police. Tabs -> 8 spaces. No functional change.
2008-03-29 markthttps://issues.apache.org/bugzilla/show_bug.cgi?id...
2008-03-28 marktRemove hack for getting env since JDK >= 1.5 provide...
2008-03-25 marktFix bug 44673. Throw IOE if stream is closed and a...
2008-03-25 marktCode clean-up. Remove unused code. Fix generics related...
2008-03-25 marktApply the patch for BZ44494 that was applied to 6.0.x
2008-03-25 marktRevert original proposal for BZ44494 since an alternati...
2008-03-25 marktFix bug 44541 - document packetSize for the AJP connector.
2008-03-25 marktRevert change from some work in progress that snuck...
2008-03-25 jfclereSavedRequest is the only one using T_STR instead T_BYTES.
2008-03-25 jfclereAdd missing public on constructor.
2008-03-24 marktFix bug 44611 https://issues.apache.org/bugzilla/show_b...
2008-03-24 marktFix BZ 44620 https://issues.apache.org/bugzilla/show_bu...
next