You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In org.carapaceproxy.api.AuthAPIRequestsFilter, if the Authorization header is present, but it is not a RFC 7617 Basic access authentication (doesn't start with Basic), it doesn't authenticate the user, but it doesn't return UNAUTHORIZED error either.
We should fix that behavior
The text was updated successfully, but these errors were encountered:
In
org.carapaceproxy.api.AuthAPIRequestsFilter
, if theAuthorization
header is present, but it is not a RFC 7617 Basic access authentication (doesn't start withBasic
), it doesn't authenticate the user, but it doesn't return UNAUTHORIZED error either.We should fix that behavior
The text was updated successfully, but these errors were encountered: