Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
Scripting JSP 2.0.8
-
None
-
None
Description
The JspFactoryImpl by default uses a thread local for caching a page context pool. This thread local is never cleared creating a memory leak.
I think the easiest solution is to disable the pool - don't know if this has a real performance impact