Improvement #1994
Remove accessibility modification
Start date:
06.01.2018
Due date:
% Done:
0%
Estimated time:
origin:
Description
The z2 worker thread is forcibly clearing thread locals upon return of threads to the thread pool.
This was done as Tomcat Jasper uses a thread local page context pool that was - previously at least - not released automatically.
This should be removed for cleanliness now as the problem does not seem to exist anymore.
Otherwise the system property org.apache.jasper.runtime.JspFactoryImpl.USE_POOL="false"
should fix the problem as well.
References¶
Related issues
Updated by Henning Blohm over 6 years ago
- Status changed from New to Resolved
Has been done as part of #1993