From: remm Date: Tue, 13 Feb 2007 01:00:51 +0000 (+0000) Subject: - Changelog update. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=fdcfb95dfc11272cf41c716d4b72fc4881364129;p=tomcat7.0 - Changelog update. git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@506784 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index e2037a552..17401db52 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -17,9 +17,42 @@
+ + Unify usage of security manager flag, submitted by Arvind Srinivasan. (remm) + Fix formatting of CGI variable SCRIPT_NAME. (markt) + + 41521: Support * for servlet-name, submitted by Paul McMahan. (remm) + + + Cache getServletContext value, submitted by Arvind Srinivasan. (remm) + + + 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 bad comparison for FORM processing, submitted by Anil Saldhana. (remm) + + + + + + + Reduce usage of MessageBytes.getLength(), submitted by Arvind Srinivasan. (remm) + + + + + + + 41558: Don't call synced method on every request, submitted by Arvind Srinivasan. (remm) + + + Switch to a thread local page context pool. (remm) +