This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author aaronsw
Recipients
Date 2004-06-25.01:16:37
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The urllib2 digest auth handler is totally broken. 

1. It looks for an "Authorization" header instead of "WWW-
Authenticate" (Authorization is the header you send back).

2.  It  thinks passwords in the URL are port names.

3. Even if you get around all that, it just doesn't work. It seems 
to encrypt the thing wrongly and get itself into an infinite loop 
sending the wrong answer back again and again, being rejected 
each time.
History
Date User Action Args
2008-01-20 09:57:00adminlinkissue979407 messages
2008-01-20 09:57:00admincreate