Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.5.3, 2.6
-
None
-
Unknown
Description
The two ehcache implementations (TokenStore and ReplayCache) create CacheManager instances. However, nothing currently calls shutdown on the instances. Since the cachemanager has a non-daemon thread pool, this blocks things like tomcat from shutting down cleanly.