Kitura / Kitura-CredentialsHTTP

A plugin for the Kitura-Credentials framework that authenticates using HTTP Basic and Digest authentication
Apache License 2.0
16 stars 14 forks source link

Fix URL comparison in CredentialsHTTP Digest #35

Closed irar2 closed 7 years ago

irar2 commented 7 years ago

IBM-Swift/Kitura#1002

URL comparison of Digest Authorization header ignores query and fragment, this PR reassembles the URL with query and fragment for correct comparison.

It also makes regular expressions used for the header parsing static.