spring-security/oauth2/oauth2-resource-server
Nicolas Le Bas ba8a337f9a Accept a case-insensitive "Bearer" keyword
The Authorization header was matched for OAuth2
against the "Bearer" keyword in a case sensitive
fashion.
According to RFC 2617, it should be case insensitive
and some oauth clients (including some earlier
versions of spring-security) expect it so.

This is the reactive counterpart to commit
63f2b6094f .

Fixes gh-6195
2018-12-02 09:32:27 -05:00
..
src Accept a case-insensitive "Bearer" keyword 2018-12-02 09:32:27 -05:00
spring-security-oauth2-resource-server.gradle Add JwtReactiveAuthenticationManager 2018-07-30 11:39:28 -05:00