pegasy / python-ntlm

Automatically exported from code.google.com/p/python-ntlm
0 stars 0 forks source link

[PATCH] handle double WWW-Authenticate headers graciously #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Allow me to quote from the commit log:

"Handle HTTP responses with more than one WWW-Authenticate header.

Some servers send two WWW-Authenticate headers: one with the NTLM
challenge and another with the 'Negotiate' phrase. Make sure we
operate on the right header."

Color diff and patch:

https://github.com/bnoordhuis/python-ntlm/commit/75024ca
https://github.com/bnoordhuis/python-ntlm/commit/75024ca.patch

Original issue reported on code.google.com by bnoordh...@gmail.com on 20 May 2011 at 12:20

GoogleCodeExporter commented 9 years ago
Please merge this fix in! I ran into the same issue! (See issue 30)
1

Original comment by lakshmik...@gmail.com on 5 Feb 2012 at 7:13

GoogleCodeExporter commented 9 years ago

Original comment by samw...@gmail.com on 12 Feb 2013 at 12:52

GoogleCodeExporter commented 9 years ago
Issue 30 has been merged into this issue.

Original comment by samw...@gmail.com on 12 Feb 2013 at 12:53

GoogleCodeExporter commented 9 years ago
r87

Original comment by samw...@gmail.com on 18 Feb 2013 at 6:39