Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.0
-
None
-
None
Description
With Tomcat improved tracking of stray threads, we started getting reports like this one: http://markmail.org/message/3m2pxfunrfhzgxck about EventManager threads creating a possible memory leak on hot redeploy. This is a 3.0 problem only, as 3.1 handles it already. But we'll need to add EM shutdown call in WebApplicationContextFilter.destroy() (and also maybe in the ROP servlet)