-
Bug
-
Resolution: Obsolete
-
Major
-
None
-
2.1.0.Final
-
None
RFC2617 states that if no Authorization header is present then a 401 response should be returned along with WWW-Authenticate header but this is not the case in BasicAuthenticationMechanism.
Line 131 checks for an Authorization header and if not found AuthenticationMechanismOutcome.NOT_ATTEMPTED is returned which means that sendChallenge is never invoked.