JspFactoryImpl class uses PageContext pooling but does not clear the
ThreadLocals
---------------------------------------------------------------------------------
Key: SLING-675
URL: https://issues.apache.org/jira/browse/SLING-675
Project: Sling
Issue Type: Bug
Components: Scripting JSP
Affects Versions: Scripting JSP 2.0.2
Reporter: Felix Meschberger
Assignee: Felix Meschberger
Fix For: Scripting JSP 2.0.4
The JspFactoryImpl class uses pooling for the PageContext objects and stores
the pools in ThreadLocals. Besides not being needed anymore these days, the
problem with these thread locals is, that they are not cleaned up.
So we have to take precaution to prevent using pools for the PageContext
objects.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.