Author: kkolinko Date: Sun Oct 25 15:51:23 2015 New Revision: 1710456 URL: http://svn.apache.org/viewvc?rev=1710456&view=rev Log: Amend changelog for 7.0.62. Mention that the PRESERVE_COOKIE_HEADER setting added by r1675821 is also controlled by STRICT_SERVLET_COMPLIANCE property.
Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1710456&r1=1710455&r2=1710456&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Sun Oct 25 15:51:23 2015 @@ -692,6 +692,7 @@ unescaping double quotes in a cookie value does not corrupt original value of "cookie" header. This is an opt-in feature, enabled by <code>org.apache.tomcat.util.http.ServerCookie.PRESERVE_COOKIE_HEADER</code> + or <code>org.apache.catalina.STRICT_SERVLET_COMPLIANCE</code> system property. (kkolinko) </fix> </changelog> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org