Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
0.17, 0.32
Description
org.apache.qpid.server.security.access.config.RuleSet uses WeakHashMap in a multi-threaded environment. However, WeakHasMap is not thread-safe. This can cause the broker to dead lock.
This problem can affect only users utilising ACLs.