https://issues.apache.org/bugzilla/show_bug.cgi?id=56578
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=56578
--- Comment #7 from David Rees ---
Thank you for tracking it down. That was one of the possible suspects I had
looked at while reviewing the changelog for possible regressions.
--
You are receiving this mail because:
You are the assignee
https://issues.apache.org/bugzilla/show_bug.cgi?id=56578
--- Comment #6 from Konstantin Kolinko ---
Ack. Thank you!
It is reproducible with 8.0 if I add to
examples/WEB-INF/web.xml.
This regression is caused by StandardSession change in r1584915
(a fix to bug 56339)
The session object is Delta
https://issues.apache.org/bugzilla/show_bug.cgi?id=56578
--- Comment #5 from David Rees ---
On a hunch, I tested a webapp with and without the element.
The webapp also needs to have that element in the web.xml to reproduce the
issue and the examples webapp does not have it.
FWIW environment is
https://issues.apache.org/bugzilla/show_bug.cgi?id=56578
--- Comment #4 from Konstantin Kolinko ---
WORKSFORME:
I placed both files into webapps/examples/
I added the following line to session.jsp to display current session id:
Session ID:<%= session.getId() %>
I am using a single Tomcat instan
https://issues.apache.org/bugzilla/show_bug.cgi?id=56578
--- Comment #3 from Konstantin Kolinko ---
For reference: the thread on users@,
"Tomcat 7.0.54 - Session invalidate broken in some apps"
http://tomcat.markmail.org/thread/3zjrbavcxgrnw3ga
--
You are receiving this mail because:
You are th
https://issues.apache.org/bugzilla/show_bug.cgi?id=56578
--- Comment #2 from David Rees ---
Created attachment 31679
--> https://issues.apache.org/bugzilla/attachment.cgi?id=31679&action=edit
invalidate.jsp
--
You are receiving this mail because:
You are the assignee for the bug.
---
https://issues.apache.org/bugzilla/show_bug.cgi?id=56578
--- Comment #1 from David Rees ---
Created attachment 31678
--> https://issues.apache.org/bugzilla/attachment.cgi?id=31678&action=edit
session.jsp
--
You are receiving this mail because:
You are the assignee for the bug.
--