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
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.