You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2007/10/24 02:57:34 UTC

svn commit: r587727 - /cocoon/trunk/core/cocoon-webapp/src/main/webapp/WEB-INF/web.xml

Author: vgritsenko
Date: Tue Oct 23 17:57:33 2007
New Revision: 587727

URL: http://svn.apache.org/viewvc?rev=587727&view=rev
Log:
now it validates

Modified:
    cocoon/trunk/core/cocoon-webapp/src/main/webapp/WEB-INF/web.xml

Modified: cocoon/trunk/core/cocoon-webapp/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-webapp/src/main/webapp/WEB-INF/web.xml?rev=587727&r1=587726&r2=587727&view=diff
==============================================================================
--- cocoon/trunk/core/cocoon-webapp/src/main/webapp/WEB-INF/web.xml (original)
+++ cocoon/trunk/core/cocoon-webapp/src/main/webapp/WEB-INF/web.xml Tue Oct 23 17:57:33 2007
@@ -34,9 +34,9 @@
     - ability to do cookie-based sessions.
     - WARNING: this is Jetty specific!
   <context-param>
+    <description>An override of the session cookie path</description>
     <param-name>org.mortbay.jetty.servlet.SessionPath</param-name>
     <param-value>/some/path/to/your/webapp</param-value>
-    <description>An override of the session cookie path</description>
   </context-param>
     -->