- Changelog update.
authorremm <remm@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 13 Feb 2007 01:00:51 +0000 (01:00 +0000)
committerremm <remm@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 13 Feb 2007 01:00:51 +0000 (01:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@506784 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/changelog.xml

index e2037a5..17401db 100644 (file)
 <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>
 </section>