You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by xu...@apache.org on 2010/05/17 05:09:15 UTC

svn commit: r944957 - /geronimo/server/trunk/plugins/tomcat/tomcat7/src/main/plan/plan.xml

Author: xuhaihong
Date: Mon May 17 03:09:15 2010
New Revision: 944957

URL: http://svn.apache.org/viewvc?rev=944957&view=rev
Log:
The new added configurations to use cookie version 0

Modified:
    geronimo/server/trunk/plugins/tomcat/tomcat7/src/main/plan/plan.xml

Modified: geronimo/server/trunk/plugins/tomcat/tomcat7/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/tomcat/tomcat7/src/main/plan/plan.xml?rev=944957&r1=944956&r2=944957&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/tomcat/tomcat7/src/main/plan/plan.xml (original)
+++ geronimo/server/trunk/plugins/tomcat/tomcat7/src/main/plan/plan.xml Mon May 17 03:09:15 2010
@@ -23,6 +23,8 @@
     <gbean name="CatalinaSystemProperties" class="org.apache.geronimo.system.properties.SystemProperties">
         <attribute name="systemProperties">
         org.apache.catalina.STRICT_SERVLET_COMPLIANCE=true
+        org.apache.tomcat.util.http.ServerCookie.FWD_SLASH_IS_SEPARATOR=false
+        org.apache.tomcat.util.http.ServerCookie.ALWAYS_ADD_EXPIRES=true
         catalina.useNaming=false
         </attribute>
     </gbean>