spring-security/oauth2
Nicolas Le Bas 63f2b6094f The "Bearer" keyword should be case-insensitive
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.
2018-11-28 19:34:47 -07:00
..
oauth2-client Add WebClientReactiveClientCredentialsTokenResponseClient setWebClient 2018-11-28 15:44:36 -06:00
oauth2-core Remove PowerMock from oauth2-core and oauth2-jose 2018-11-20 14:02:10 -07:00
oauth2-jose Remove PowerMock from oauth2-core and oauth2-jose 2018-11-20 14:02:10 -07:00
oauth2-resource-server The "Bearer" keyword should be case-insensitive 2018-11-28 19:34:47 -07:00