You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2014/09/29 13:27:24 UTC

svn commit: r1628160 - /tomcat/trunk/webapps/docs/changelog.xml

Author: markt
Date: Mon Sep 29 11:27:23 2014
New Revision: 1628160

URL: http://svn.apache.org/r1628160
Log:
Updates
- 8.0.14 release date
- More detail on cookie changes

Modified:
    tomcat/trunk/webapps/docs/changelog.xml

Modified: tomcat/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1628160&r1=1628159&r2=1628160&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Mon Sep 29 11:27:23 2014
@@ -64,6 +64,17 @@
         (<code>useRfc6265</code> and <code>cookieEncoding</code>) are
         replaced by this new configuration element. (markt)
       </add>
+      <add>
+        Deprecate the use of system proprties to control cookie parsing and
+        replace them with attributes on the new <code>CookieProcessor</code>
+        that may be configured on a per context basis. (markt)
+      </add>
+      <fix>
+        Correct an edge case and allow a cookie if the value starts with an
+        equals character and the <code>CookieProcessor</code> is not configured
+        to allow equals characters in cookie values but is configured to allow
+        name only cookies. (markt)
+      </fix>
     </changelog>
   </subsection>
   <subsection name="Web applications">
@@ -78,7 +89,7 @@
     </changelog>
   </subsection>
 </section>
-<section name="Tomcat 8.0.14 (markt)">
+<section name="Tomcat 8.0.14 (markt)" rtext="2014-09-29">
   <subsection name="Other">
     <changelog>
       <fix>



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