baiheqiang / memcached-session-manager

Automatically exported from code.google.com/p/memcached-session-manager
0 stars 0 forks source link

Fix support for ServletRequestListeners and tomcat 7.0.22+ #138

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Since tomcat 7.0.22 changes of ServletRequestListeners to the session are not 
tracked by msm (not stored in memcached).
This is caused by a change in tomcat 7.0.22 that moved notification of 
ServletRequestListeners from Context level to Host level.

The issue was reported / discussed in thread 
https://groups.google.com/d/topic/memcached-session-manager/iMXzoLTa5wU/discussi
on ("MSM with Tomcat 7.0.22 or higher (with OWB)").

Original issue reported on code.google.com by martin.grotzke on 9 Jun 2012 at 7:04

GoogleCodeExporter commented 8 years ago
Fixed.

msm now tracks requests with valves on host and context level (before only 
context).

Original comment by martin.grotzke on 9 Jun 2012 at 8:18

GoogleCodeExporter commented 8 years ago

Original comment by martin.grotzke on 3 Jul 2012 at 8:14