dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #12322
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 3759: Added local context config to prevent tomcat default behaviour of persisting sessions across rest...
------------------------------------------------------------
revno: 3759
committer: Bob Jolliffe bobjolliffe@xxxxxxxxx
branch nick: dhis2
timestamp: Thu 2011-05-26 16:49:30 +0100
message:
Added local context config to prevent tomcat default behaviour of persisting sessions across restart. Security concern related to https://bugs.launchpad.net/bugs/785626
added:
dhis-2/dhis-web/dhis-web-portal/src/main/webapp/META-INF/
dhis-2/dhis-web/dhis-web-portal/src/main/webapp/META-INF/context.xml
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== added directory 'dhis-2/dhis-web/dhis-web-portal/src/main/webapp/META-INF'
=== added file 'dhis-2/dhis-web/dhis-web-portal/src/main/webapp/META-INF/context.xml'
--- dhis-2/dhis-web/dhis-web-portal/src/main/webapp/META-INF/context.xml 1970-01-01 00:00:00 +0000
+++ dhis-2/dhis-web/dhis-web-portal/src/main/webapp/META-INF/context.xml 2011-05-26 15:49:30 +0000
@@ -0,0 +1,5 @@
+<Context>
+ <!-- don't persist sessions across tomcat restarts -->
+ <Manager pathname="" />
+</Context>
+