]> granicus.if.org Git - python/commit
Fix for Issue4683 - urllib2.HTTPDigestAuthHandler fails on third hostname?.
authorSenthil Kumaran <orsenthil@gmail.com>
Sun, 15 Nov 2009 08:36:20 +0000 (08:36 +0000)
committerSenthil Kumaran <orsenthil@gmail.com>
Sun, 15 Nov 2009 08:36:20 +0000 (08:36 +0000)
commit20eb4f078237e8bc7a5ac970714cee4d8feb7a09
tree44d746c892a44bf189225341b0c4cf146c1f9e4b
parent49868cb686954e57a6ab6bfea2cefeefb86305b1
Fix for Issue4683 - urllib2.HTTPDigestAuthHandler fails on third hostname?.
Resolution: Reset the nonce value for each unique nonce (as per RFC 2617)
Lib/urllib2.py