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 Perry.Lorier
Recipients Perry.Lorier
Date 2013-10-26.01:50:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382752204.16.0.0164222061045.issue19402@psf.upfronthosting.co.za>
In-reply-to
Content
Similar to Issue8797, if the first 5 requests result in exception (eg 404), then AbstractBasicAuthHandler.retried is not reset, meaning authentication will fail on all subsequent attempts.

The logic in AbstractBasicAuthHandler.http_error_401 calling self.reset_retry_count() needs to be fixed, possibly moving it up before the call to http_error_auth_reqed()
History
Date User Action Args
2013-10-26 01:50:04Perry.Loriersetrecipients: + Perry.Lorier
2013-10-26 01:50:04Perry.Loriersetmessageid: <1382752204.16.0.0164222061045.issue19402@psf.upfronthosting.co.za>
2013-10-26 01:50:04Perry.Lorierlinkissue19402 messages
2013-10-26 01:50:03Perry.Loriercreate