-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Affects Version/s: 3.8
-
Component/s: None
-
3.08
There's a couple of places in JIRA where we leak (or could potentially leak) the VelocityEngine directly or indirectly via the WW-ActionContext threadlocal.
These are:
- WebWorkAdaptor.mapJellyTagToAction (finalizeContext should be in finally block)
- JiraPluginWebworkVelocityServlet (static declaration of VelocityManager)
- SearchContextImpl.GLOBAL_SEARCH_CONTEXT may hold on to VelocityManagers (via several links)
- QuickLinkServlet: locally caches several managers that may hold on to the VelocityManager/Engine.
- relates to
-
JRASERVER-12524 OutOfMemory error when running the functional tests on Tomcat 5.5.20 on JDK 1.5
-
- Closed
-