You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shiro.apache.org by "Brian Demers (JIRA)" <ji...@apache.org> on 2016/05/25 17:04:12 UTC

[jira] [Updated] (SHIRO-444) Rewrite AuthorizingRealm, and configure the cacheManager throws an exception

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

Brian Demers updated SHIRO-444:
-------------------------------
    Fix Version/s:     (was: 1.2.5)
                   1.2.6

> Rewrite AuthorizingRealm, and configure the cacheManager throws an exception
> ----------------------------------------------------------------------------
>
>                 Key: SHIRO-444
>                 URL: https://issues.apache.org/jira/browse/SHIRO-444
>             Project: Shiro
>          Issue Type: Bug
>          Components: Integration: JEE
>    Affects Versions: 1.2.1
>         Environment: OS X 10.8.3  JDK 1.6 JFinal
>            Reporter: Leon Lee
>              Labels: cacheManager, realm
>             Fix For: 1.2.6
>
>   Original Estimate: 616h
>  Remaining Estimate: 616h
>
> Rewrite AuthorizingRealm, and configure the cacheManager throws an exception
> cacheManager = org.apache.shiro.cache.ehcache.EhCacheManager
> cacheManager.cacheManagerConfigFile = classpath:ehcache-shiro.xml
> securityManager.cacheManager = $cacheManager
> shiroDbRealm = com.earlybird.aloha.ext.shiro.MyShiroRealm
> securityManager.realms = $shiroDbRealm
> sessionDAO = org.apache.shiro.session.mgt.eis.EnterpriseCacheSessionDAO
> sessionManager = org.apache.shiro.web.session.mgt.DefaultWebSessionManager
> sessionDAO.activeSessionsCacheName = shiro-activeSessionsCache
> sessionManager.sessionDAO = $sessionDAO
> securityManager.sessionManager = $sessionManager



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)