You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shiro.apache.org by "Kalle Korhonen (JIRA)" <ji...@apache.org> on 2010/10/15 18:56:32 UTC

[jira] Resolved: (SHIRO-201) SessionsSecurityManager destroy() doesn't call super.destroy()

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

Kalle Korhonen resolved SHIRO-201.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.1.0

> SessionsSecurityManager destroy() doesn't call super.destroy()
> --------------------------------------------------------------
>
>                 Key: SHIRO-201
>                 URL: https://issues.apache.org/jira/browse/SHIRO-201
>             Project: Shiro
>          Issue Type: Bug
>    Affects Versions: 1.0.0
>            Reporter: Jared Stehler
>            Assignee: Kalle Korhonen
>             Fix For: 1.1.0
>
>
> The destroy method in org.apache.shiro.mgt.SessionsSecurityManager does not make a call to super.destroy().  This is preventing the cache manager from being destroyed, as it lives further up the inheritance chain.  All other *SecurityManager.destroy() methods properly invoke super.destroy().

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.