From: remm Date: Wed, 25 Apr 2007 19:57:45 +0000 (+0000) Subject: - Changelog update for 6.0.12. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=592abec27a4faef765e1f18ef43547e32cf1be79;p=tomcat7.0 - Changelog update for 6.0.12. git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@532462 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index e8020c2a6..68b88d353 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -15,6 +15,13 @@
+ + + + License source headers. Submitted by Niall Pemberton. (remm) + + + @@ -30,7 +37,23 @@ Add enabled attribute to AccessLogValve (pero) - + + + 42085: Avoid adding handlers for the root logger twice when they are explicitly + specified. (remm) + + + Reduce thread local manipulation in the request dispatcher. Submitted by + Arvind Srinivasan. (remm) + + + Avoid keeping references to loggers tied to the webapp classloaders after a reload in + a couple more places. (remm) + + + 42202: Fix container parsing of TLDs in webapps when Tomcat is installed in + a URL encodable path. (remm) + @@ -40,6 +63,14 @@ Content-Type headers contain parameters other than charset. Patch by Leigh L Klotz Jr. (markt) + + Move away from using a thread local processor for the APR and java.io + connectors, as this does not work well when using an executor. (remm) + + + Remove Comet timeout hack in the APR connector. Comet connections will now + use the regular timeout or the keepalive timeout if specified. (remm) + @@ -48,6 +79,15 @@ 42025: Update valve documentation to refer to correct regular expression implementation. (markt) + + Fix various paths in the manager webapps (remm) + + + Session viewer and editor for the HTML manager. Submitted by Cédrik Lime. (remm) + + + Session handling tools for the manager. Submitted by Rainer Jung. (remm) +