Author: markt
Date: Wed Oct  1 09:17:33 2014
New Revision: 1628656

URL: http://svn.apache.org/r1628656
Log:
Add a bug reference

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=1628656&r1=1628655&r2=1628656&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Wed Oct  1 09:17:33 2014
@@ -47,6 +47,14 @@
 <section name="Tomcat 8.0.15 (markt)">
   <subsection name="Catalina">
     <changelog>
+      <add>
+        <bug>56394</bug>: Introduce new configuration element CookieProcessor 
in
+        Context to allow context-specific configuration of cookie processing
+        options. Attributes of Context element that were added in Tomcat 8.0.13
+        to allow configuration of a new experimental RFC6265 based cookie 
parser
+        (<code>useRfc6265</code> and <code>cookieEncoding</code>) are
+        replaced by this new configuration element. (markt)
+      </add>
       <fix>
         Improve the previous fix for <bug>56401</bug>. Avoid logging version
         information in the constructor since it then gets logged at undesirable
@@ -57,14 +65,6 @@
         remove sessions from the store when persisting them. (markt)
       </fix>
       <add>
-        Introduce new configuration element CookieProcessor in Context to allow
-        context-specific configuration of cookie processing options. Attributes
-        of Context element that were added in Tomcat 8.0.13 to allow
-        configuration of a new experimental RFC6265 based cookie parser
-        (<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)



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

Reply via email to