You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Stevan Malesevic (Created) (JIRA)" <de...@myfaces.apache.org> on 2012/01/10 19:34:39 UTC

[jira] [Created] (TRINIDAD-2197) _threadLocals in ThreadLocalUtils has a potential of unbound growth

_threadLocals in ThreadLocalUtils has a potential of unbound growth
-------------------------------------------------------------------

                 Key: TRINIDAD-2197
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2197
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Components
            Reporter: Stevan Malesevic


_threadLocals collection inside of ResettableThreadLocalManager can grow unbounded in size if application is creating dynamic ThreadLocals

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (TRINIDAD-2197) _threadLocals in ThreadLocalUtils has a potential of unbound growth

Posted by "Blake Sullivan (Resolved) (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TRINIDAD-2197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Blake Sullivan resolved TRINIDAD-2197.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0-core

Remove the WeakReferecen<ThreadLocal> from the list if the ThreadLocal has been gc'ed

Resolved in 1229700
                
> _threadLocals in ThreadLocalUtils has a potential of unbound growth
> -------------------------------------------------------------------
>
>                 Key: TRINIDAD-2197
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2197
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>    Affects Versions: 1.0.13-core , 2.0.0-core
>            Reporter: Stevan Malesevic
>            Assignee: Blake Sullivan
>             Fix For: 2.0.0-core
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> _threadLocals collection inside of ResettableThreadLocalManager can grow unbounded in size if application is creating dynamic ThreadLocals

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira