[
https://issues.apache.org/jira/browse/JSEC-24?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12645701#action_12645701
]
Alan Cabrera commented on JSEC-24:
----------------------------------
If Ehcache is not in the classpath then there is no cache manager. This breaks
SimpleAccountRealm and anything that inherits from it, i.e. PropertiesRealm,
the default realm. So, if Ehcache is not in the classpath, the default
behavior of JSecurity is broken.
IMO, we should either make a hard dependency on Ehcache or make
HashtableCacheManager the default cache manager.
> Missing org.jsecurity.cache.ehcache.EhCacheManager
> --------------------------------------------------
>
> Key: JSEC-24
> URL: https://issues.apache.org/jira/browse/JSEC-24
> Project: JSecurity
> Issue Type: Bug
> Affects Versions: 0.9-RC1
> Reporter: Alan Cabrera
> Assignee: Les Hazlewood
> Fix For: 0.9
>
>
> We seem to be missing org.jsecurity.cache.ehcache.EhCacheManager. The
> CachingSecurityManager seems to need it. For time time being I have
> commented out the code in anticipation to you fixing the problem.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.