From: fhanik Date: Fri, 7 Mar 2008 03:50:00 +0000 (+0000) Subject: update changelog X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=057087df816e001ef07a56e69a9b2be9d5c5a8d3;p=tomcat7.0 update changelog git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@634518 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 97a0a490b..6e68c020d 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -35,6 +35,13 @@
+ 634513
+ 630533 + Cookies are parsed according to both servlet spec and cookie spec if STRICT_SERVLET_COMPLIANCE is set to + true.
+ If false, the default, then values will be quoted for v0 cookies if they contain invalid characters +
+ 631700 Revert back to original patch proposed for UTF8 parsing. This also fixes the regression for 6.0.16 and 5.5.26 (and possibly 4.1.37) mentioned in