|
From: <fg...@us...> - 2013-12-08 11:43:32
|
Revision: 4460
http://openutils.svn.sourceforge.net/openutils/?rev=4460&view=rev
Author: fgiust
Date: 2013-12-08 11:43:27 +0000 (Sun, 08 Dec 2013)
Log Message:
-----------
webapp 3.0 xsd + disable url rewriting
Modified Paths:
--------------
magnoliamodules/trunk/magnolia-test-webapp/src/main/webapp/WEB-INF/web.xml
Modified: magnoliamodules/trunk/magnolia-test-webapp/src/main/webapp/WEB-INF/web.xml
===================================================================
--- magnoliamodules/trunk/magnolia-test-webapp/src/main/webapp/WEB-INF/web.xml 2013-12-08 08:27:42 UTC (rev 4459)
+++ magnoliamodules/trunk/magnolia-test-webapp/src/main/webapp/WEB-INF/web.xml 2013-12-08 11:43:27 UTC (rev 4460)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
-<web-app xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_5.xsd" version="2.5">
+<web-app xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
+ http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" version="3.0">
<description>Magnolia</description>
<display-name>magnolia</display-name>
<distributable />
@@ -68,4 +69,7 @@
<page-encoding>UTF-8</page-encoding>
</jsp-property-group>
</jsp-config>
+ <session-config>
+ <tracking-mode>COOKIE</tracking-mode>
+ </session-config>
</web-app>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|