Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Login] Case insensitive comparison of Authentication header
The HTTP spec says the header name is case-insensitive. Some clients send it as "authentication" (lowercase). This makes our check for the header case-insensitive by lower-casing the headers before doing the comparison.
- Loading branch information