Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
framework.security-1.4.1
-
None
-
mika with maximum java heap size of 10M
Description
In the cleanUp function of Permission.java we get a ClassCastException. It tries casting a SoftReference to Entry.
We currently did a dirty fix where we first check if the object from the ReferenceQueue is a Entry object or not before we cast it.
Any idea what the cause is?
Attachments
Attachments
Issue Links
- is duplicated by
-
FELIX-3616 ClassCastException
- Resolved