Closed
Description
Hello,
when BearerTokenAuthenticationExtractor
extract authorization value from web-socket message payload case sensitivity of key matters. Aka when Authorization
is used on server side as key and client sent authorization
in payload it does not match.
Could it be possible to make key matching case insensitive?