r276 - trunk/chorem-webmotion/src/main/webapp/WEB-INF
Author: echatellier Date: 2012-11-08 11:59:01 +0100 (Thu, 08 Nov 2012) New Revision: 276 Url: http://chorem.org/repositories/revision/chorem/276 Log: Fix bug with ;jsessionid present in url Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/web.xml Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/web.xml =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/web.xml 2012-10-30 07:45:28 UTC (rev 275) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/web.xml 2012-11-08 10:59:01 UTC (rev 276) @@ -4,7 +4,7 @@ $Id:$ $HeadURL:$ %% - Copyright (C) 2011 - 2012 CodeLutin + Copyright (C) 2011 - 2012 CodeLutin, Chatellier Eric %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by @@ -24,4 +24,10 @@ 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" /> + http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"> + + <!-- workarround for webmotion bug http://projects.debux.org/issues/293 --> + <session-config> + <tracking-mode>COOKIE</tracking-mode> + </session-config> +</web-app>
participants (1)
-
echatellier@users.chorem.org