[gatein-commits] gatein SVN: r5253 - in portal/trunk: web/portal/src/main/webapp/WEB-INF and 1 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Nov 24 16:07:04 EST 2010


Author: julien_viet
Date: 2010-11-24 16:07:03 -0500 (Wed, 24 Nov 2010)
New Revision: 5253

Modified:
   portal/trunk/examples/portal/war/src/main/webapp/WEB-INF/web.xml
   portal/trunk/web/portal/src/main/webapp/WEB-INF/web.xml
   portal/trunk/web/rest/src/main/webapp/WEB-INF/web.xml
Log:
GTNPORTAL-1689 : Remove session timeout configuration from GateIn war file

Modified: portal/trunk/examples/portal/war/src/main/webapp/WEB-INF/web.xml
===================================================================
--- portal/trunk/examples/portal/war/src/main/webapp/WEB-INF/web.xml	2010-11-24 16:27:38 UTC (rev 5252)
+++ portal/trunk/examples/portal/war/src/main/webapp/WEB-INF/web.xml	2010-11-24 21:07:03 UTC (rev 5253)
@@ -252,10 +252,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: portal/trunk/web/portal/src/main/webapp/WEB-INF/web.xml
===================================================================
--- portal/trunk/web/portal/src/main/webapp/WEB-INF/web.xml	2010-11-24 16:27:38 UTC (rev 5252)
+++ portal/trunk/web/portal/src/main/webapp/WEB-INF/web.xml	2010-11-24 21:07:03 UTC (rev 5253)
@@ -292,10 +292,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: portal/trunk/web/rest/src/main/webapp/WEB-INF/web.xml
===================================================================
--- portal/trunk/web/rest/src/main/webapp/WEB-INF/web.xml	2010-11-24 16:27:38 UTC (rev 5252)
+++ portal/trunk/web/rest/src/main/webapp/WEB-INF/web.xml	2010-11-24 21:07:03 UTC (rev 5253)
@@ -84,10 +84,6 @@
     <url-pattern>/*</url-pattern>
   </servlet-mapping>
 
-	<session-config>
-	  <session-timeout>30</session-timeout> 
-	</session-config>
-	
   <security-constraint>
     <web-resource-collection>
       <web-resource-name>rest</web-resource-name>



More information about the gatein-commits mailing list