[WIP] Make Authorization header prefix check case insensitive - #257
Conversation
According to RFC 7235 section 2.1, the Authorization header value prefix is a case-insensitive token.
|
Maybe the change should include |
Or |
|
Question: is using a stub the preferred way of testing an abstract class? The Spock docs mention using a partial mock using |
|
Thanks for the PR @jcassee
Yes, in general we don't use |
See #252