You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Scott O'Bryan (JIRA)" <de...@myfaces.apache.org> on 2008/11/05 01:44:46 UTC

[jira] Created: (TRINIDAD-1287) Threadlocal system does not clean up on init

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


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.


[jira] Resolved: (TRINIDAD-1287) Threadlocal system does not clean up on init

Posted by "Scott O'Bryan (JIRA)" <de...@myfaces.apache.org>.
     [ 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.