CDV ❯ Clustered session currently not supporting the new Servlet 3.0 way of setting cookies in web.xml
-
Bug
-
Status: Closed
-
2 Major
-
Resolution: Fixed
-
Sessions
-
-
hhuynh
-
Reporter: hhuynh
-
April 03, 2012
-
0
-
Watchers: 1
-
July 27, 2012
-
April 05, 2012
Description
from forum http://forums.terracotta.org/forums/posts/list/6859.page
We should honor web.xml cookie settings, ie:
<cookie-config>
<name>SESSIONID</name>
<max-age>600</max-age>
</cookie-config>
Comments
Hung Huynh 2012-04-04
Tim Eck 2012-04-05
Not that you need to add more app server support but things like newer welogic, jetty 8, etc also support servlet 3.0. Because of that I think the test for this stuff should only disable itself for things that known NOT to work (not the other way around). That way when we bring a new app server into the monkeys this test will run against it without any updates.
Hung Huynh 2012-04-05
fixed for Tomcat 7.0.x. It’s currently the only appserver that we test again, that supports Servlet 3.0
note: