You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shiro.apache.org by "Jochen Kemnade (JIRA)" <ji...@apache.org> on 2014/08/19 16:35:18 UTC

[jira] [Updated] (SHIRO-498) ThreadLocal should not be created when not necessary

     [ https://issues.apache.org/jira/browse/SHIRO-498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jochen Kemnade updated SHIRO-498:
---------------------------------

    Labels: patch  (was: )

> ThreadLocal should not be created when not necessary
> ----------------------------------------------------
>
>                 Key: SHIRO-498
>                 URL: https://issues.apache.org/jira/browse/SHIRO-498
>             Project: Shiro
>          Issue Type: Improvement
>    Affects Versions: 1.2.2
>            Reporter: Jochen Kemnade
>              Labels: patch
>         Attachments: 0001-don-t-create-ThreadLocals-when-not-needed.patch
>
>
> org.apache.shiro.util.ThreadContext.getValue(Object) and org.apache.shiro.util.ThreadContext.remove(Object) initialze the TheadLocal unnecessarily via initialValue(). Both methods should return without creating the ThreadLocal to avoid potential memory leaks.



--
This message was sent by Atlassian JIRA
(v6.2#6252)