-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 6.0.0
-
Component/s: policy
-
Labels:None
Bug description
PolicySetCache does not correctly clean up the cache upon realm deletion, meaning that old policy sets can stick around in the cache.
How to reproduce the issue
- create realm foo
- create a policy set in realm foo
- delete realm foo
- create realm foo
- at this point REST calls to retrieve the policyset will still work even though the policy set does not actually exist any more.
Expected behaviour
The cache is cleared when a realm is deleted.
Current behaviour
It isn't.
- relates to
-
OPENAM-14685 PolicySetCacheImpl is not cleaned up correctly upon realm deletion
-
- Resolved
-