]> granicus.if.org Git - curl/commit
digest: fix CURLAUTH_DIGEST_IE
authorDaniel Stenberg <daniel@haxx.se>
Wed, 4 Dec 2013 22:08:17 +0000 (23:08 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 4 Dec 2013 22:08:17 +0000 (23:08 +0100)
commitef118c13ba11a1dc2123270bad95351dd25743c1
treed4b670b07baa69e58178165f1ae6bdf787e53aa0
parent1cf71bd76e4a330e5b7824014c2605e4bfe1a0a5
digest: fix CURLAUTH_DIGEST_IE

The URI that is passed in as part of the Authorization: header needs to
be cut off at '?' if CURLAUTH_DIGEST_IE is set. Previously the code only
did when calculating the MD5sum.

Bug: http://curl.haxx.se/bug/view.cgi?id=1308
Patched-by: Sergey Tatarincev
lib/http_digest.c