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 c_marinas
Recipients
Date 2004-07-20.15:46:19
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The regular expression matching in the
AbstractBasicAuthHandler.http_error_auth_reqed()
function in the urllib2 module doesn't work if the
authorization string returned by the server contains
one or more words in front of 'Basic realm="..."'. The
patch changes the rx.match() to rx.search().
History
Date User Action Args
2007-08-23 15:38:44adminlinkissue994595 messages
2007-08-23 15:38:44admincreate