[gatein-commits] gatein SVN: r5267 - in epp/portal/branches/EPP_5_1_Branch: web/portal/src/main/webapp/WEB-INF and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Nov 25 05:43:28 EST 2010


Author: thomas.heute at jboss.com
Date: 2010-11-25 05:43:28 -0500 (Thu, 25 Nov 2010)
New Revision: 5267

Modified:
   epp/portal/branches/EPP_5_1_Branch/examples/portal/war/src/main/webapp/WEB-INF/web.xml
   epp/portal/branches/EPP_5_1_Branch/web/portal/src/main/webapp/WEB-INF/web.xml
Log:
JBEPP-676: Remove session timeout configuration from GateIn war file


Modified: epp/portal/branches/EPP_5_1_Branch/examples/portal/war/src/main/webapp/WEB-INF/web.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/examples/portal/war/src/main/webapp/WEB-INF/web.xml	2010-11-25 10:39:50 UTC (rev 5266)
+++ epp/portal/branches/EPP_5_1_Branch/examples/portal/war/src/main/webapp/WEB-INF/web.xml	2010-11-25 10:43:28 UTC (rev 5267)
@@ -250,10 +250,6 @@
 		<url-pattern>/gateinservlet</url-pattern>
 	</servlet-mapping>
 
-	<session-config>
-		<session-timeout>30</session-timeout>
-	</session-config>
-
 	<!-- The Welcome File List for IBM WebSphere -->
 
 	<welcome-file-list>

Modified: epp/portal/branches/EPP_5_1_Branch/web/portal/src/main/webapp/WEB-INF/web.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/web/portal/src/main/webapp/WEB-INF/web.xml	2010-11-25 10:39:50 UTC (rev 5266)
+++ epp/portal/branches/EPP_5_1_Branch/web/portal/src/main/webapp/WEB-INF/web.xml	2010-11-25 10:43:28 UTC (rev 5267)
@@ -290,10 +290,6 @@
     <url-pattern>/gateinservlet</url-pattern>
   </servlet-mapping>
 
-	<session-config>
-	  <session-timeout>30</session-timeout>
-	</session-config>
-
   <!-- The Welcome File List for IBM WebSphere -->
 
 	<welcome-file-list>



More information about the gatein-commits mailing list