You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ha...@apache.org on 2011/09/28 08:00:38 UTC

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

Author: hanhongfang
Date: Wed Sep 28 06:00:37 2011
New Revision: 1176738

URL: http://svn.apache.org/viewvc?rev=1176738&view=rev
Log:
GERONIMO-6127 spring sample travel: homepage can not be accessed problem

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=1176738&r1=1176737&r2=1176738&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 Wed Sep 28 06:00:37 2011
@@ -22,7 +22,8 @@
 
     <gbean name="CatalinaSystemProperties" class="org.apache.geronimo.system.properties.SystemProperties">
         <attribute name="systemProperties">
-        org.apache.catalina.STRICT_SERVLET_COMPLIANCE=true
+        org.apache.catalina.core.ApplicationContext.GET_RESOURCE_REQUIRE_SLASH=true
+        org.apache.catalina.session.StandardSession.ACTIVITY_CHECK=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