[
https://issues.apache.org/jira/browse/JSEC-24?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647082#action_12647082
]
Les Hazlewood commented on JSEC-24:
-----------------------------------
I wholeheartedly agree with the sentiments on the mailing list about making
EhCache an optional dependency.
My only recommendation is that because HashtableCacheManager is not suitable
for production use because references are never relinquished or expired,
thereby causing a memory leak, that we create a WeakReferenceCacheManager (or
something more appropriately named) that will use Weak References to ensure a
memory leak is much less likely to occur.
> 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: Alan Cabrera
> 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.