Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Auth Core 1.0.0
-
None
Description
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