[
https://issues.apache.org/jira/browse/TRINIDAD-1287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Scott O'Bryan resolved TRINIDAD-1287.
-------------------------------------
Resolution: Fixed
Fix Version/s: 1.2.10-core
> Threadlocal system does not clean up on init
> --------------------------------------------
>
> Key: TRINIDAD-1287
> URL: https://issues.apache.org/jira/browse/TRINIDAD-1287
> Project: MyFaces Trinidad
> Issue Type: Bug
> Affects Versions: 1.2.9-core
> Reporter: Scott O'Bryan
> Assignee: Scott O'Bryan
> Fix For: 1.2.10-core
>
>
> TRINIDAD-1273 introduced a system to clean up threadlocals at the end of the
> request. Some frameworks using this system to store threadlocals are getting
> assigned during the configurator init. When using the TrinidadFilter, this
> happens on the filter init and may still cause some thread locals to bleed
> across web applications.
> We need to force a cleanup at the end of an init as well as at the end of a
> destroy on the global configurator.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.