-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: Auth Core 1.0.0
-
Fix Version/s: Auth Core 1.0.0
-
Component/s: Authentication
-
Labels:None
The PathBasedHolderCache builds a map of maps for auth handlers. The first map is by protocol, the second map by host.
If now a auth handler has a protocol and/or a host, the created list does not contain the default/fallback authhandlers (which don't have a protocol and host set).
So as soon as one handler has a protocol/host, default handlers are not considered anymore