Author: markt
Date: Mon Feb 22 20:14:36 2016
New Revision: 1731733

URL: http://svn.apache.org/viewvc?rev=1731733&view=rev
Log:
Add the RFC6265 cookie processor

Modified:
    tomcat/trunk/java/org/apache/catalina/storeconfig/server-registry.xml

Modified: tomcat/trunk/java/org/apache/catalina/storeconfig/server-registry.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/storeconfig/server-registry.xml?rev=1731733&r1=1731732&r2=1731733&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/storeconfig/server-registry.xml 
(original)
+++ tomcat/trunk/java/org/apache/catalina/storeconfig/server-registry.xml Mon 
Feb 22 20:14:36 2016
@@ -462,6 +462,13 @@
         storeFactoryClass="org.apache.catalina.storeconfig.StoreFactoryBase">
      </Description>
      <Description
+        tag="CookieProcessor"
+        standard="true"
+        default="false"
+        tagClass="org.apache.tomcat.util.http.Rfc6265CookieProcessor"
+        storeFactoryClass="org.apache.catalina.storeconfig.StoreFactoryBase">
+     </Description>
+     <Description
         tag="SessionIdGenerator"
         standard="true"
         default="false"



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

Reply via email to