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 orsenthil
Recipients chuchiperriman, jonozzz, orsenthil
Date 2010-06-01.13:09:25
SpamBayes Score 0.00022615716
Marked as misclassified No
Message-id <1275397767.99.0.85828774593.issue8797@psf.upfronthosting.co.za>
In-reply-to
Content
This is fixed in r81636, r81637, r81638, r81637.
Just like the Digest Authentication, the urllib2 will try for 5 times before failing for any authentication failure ( It won't lead to recursion).

I had a thought that Basic Authentication need not be retried (no where in the RFC it mentions about it), but I found some references that clients do present the dialog a couple of times for retry on wrong authentication, so we are going for the same.

This is tested with actual resource setup. Closing this issue as this bug is fixed.
History
Date User Action Args
2010-06-01 13:09:28orsenthilsetrecipients: + orsenthil, jonozzz, chuchiperriman
2010-06-01 13:09:27orsenthilsetmessageid: <1275397767.99.0.85828774593.issue8797@psf.upfronthosting.co.za>
2010-06-01 13:09:26orsenthillinkissue8797 messages
2010-06-01 13:09:25orsenthilcreate