[
https://issues.apache.org/jira/browse/SHIRO-498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Les Hazlewood updated SHIRO-498:
--------------------------------
Fix Version/s: 2.0.0
1.3.0
> 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
> Assignee: Kalle Korhonen
> Labels: patch
> Fix For: 1.3.0, 2.0.0, 1.2.4
>
> 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.3.4#6332)