Author: ppitonak(a)redhat.com
Date: 2011-12-12 06:04:27 -0500 (Mon, 12 Dec 2011)
New Revision: 23067
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/WEB-INF/web.xml
Log:
session config removed from web.xml because of JBoss AS 6
Modified: modules/tests/metamer/trunk/application/src/main/webapp/WEB-INF/web.xml
===================================================================
--- modules/tests/metamer/trunk/application/src/main/webapp/WEB-INF/web.xml 2011-12-09
12:14:32 UTC (rev 23066)
+++ modules/tests/metamer/trunk/application/src/main/webapp/WEB-INF/web.xml 2011-12-12
11:04:27 UTC (rev 23067)
@@ -100,12 +100,6 @@
<location>/faces/error/404.xhtml</location>
</error-page>
- <session-config>
- <tracking-mode>COOKIE</tracking-mode>
- <cookie-config>
- <!-- for Tomcat 7, it has to be set also in context.xml -->
- <http-only>false</http-only>
- </cookie-config>
- </session-config>
+
</web-app>
Show replies by date