You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2007/02/13 02:00:52 UTC

svn commit: r506784 - /tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

Author: remm
Date: Mon Feb 12 17:00:51 2007
New Revision: 506784

URL: http://svn.apache.org/viewvc?view=rev&rev=506784
Log:
- Changelog update.

Modified:
    tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?view=diff&rev=506784&r1=506783&r2=506784
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Mon Feb 12 17:00:51 2007
@@ -17,8 +17,41 @@
 <section name="Tomcat 6.0.10 (remm)">
   <subsection name="Catalina">
     <changelog>
+      <update>
+        Unify usage of security manager flag, submitted by Arvind Srinivasan. (remm)
+      </update>
       <fix>
         Fix formatting of CGI variable SCRIPT_NAME. (markt)
+      </fix>
+      <fix>
+        <bug>41521</bug>: Support * for servlet-name, submitted by Paul McMahan. (remm)
+      </fix>
+      <update>
+        Cache getServletContext value, submitted by Arvind Srinivasan. (remm)
+      </update>
+      <fix>
+        Add options for handling special URL characters in paths, and disallow '\' and encoded '/'
+        due to possible differences in behavior between Tomcat and a front end webserver. (remm)
+      </fix>
+      <fix>
+        Fix bad comparison for FORM processing, submitted by Anil Saldhana. (remm)
+      </fix>
+    </changelog>
+  </subsection>
+  <subsection name="Coyote">
+    <changelog>
+      <fix>
+        Reduce usage of MessageBytes.getLength(), submitted by Arvind Srinivasan. (remm)
+      </fix>
+    </changelog>
+  </subsection>
+  <subsection name="Jasper">
+    <changelog>
+      <fix>
+        <bug>41558</bug>: Don't call synced method on every request, submitted by Arvind Srinivasan. (remm)
+      </fix>
+      <fix>
+        Switch to a thread local page context pool. (remm)
       </fix>
     </changelog>
   </subsection>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org