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 kiilerix
Recipients Jurjen, chuchiperriman, jonozzz, kiilerix, orsenthil, r.david.murray
Date 2010-06-07.09:55:42
SpamBayes Score 0.039442535
Marked as misclassified No
Message-id <1275904544.96.0.658346077634.issue8797@psf.upfronthosting.co.za>
In-reply-to
Content
FYI:
The regression was introduced in 2.6.5 with issue3819 .

This also causes problems with Mercurial pushing to google code - see http://mercurial.selenic.com/bts/issue2179 . 

IIRC google code redirects to an url which then in turn requests authentication. I'm not sure how that will work with a retry count of 1. The funny and inconsistent thing is that it apparently would work if they replied 403 instead of 401. "durin42" from google/mercurial knows the details.

(It seems suspicious to me that there are code paths where the retry counter is reset. Doesn't that mean that a remote server will be able to cause endless recursion? Shouldn't there be some kind of hard upper limit on the number of retries?)
History
Date User Action Args
2010-06-07 09:55:45kiilerixsetrecipients: + kiilerix, orsenthil, jonozzz, r.david.murray, chuchiperriman, Jurjen
2010-06-07 09:55:44kiilerixsetmessageid: <1275904544.96.0.658346077634.issue8797@psf.upfronthosting.co.za>
2010-06-07 09:55:43kiilerixlinkissue8797 messages
2010-06-07 09:55:42kiilerixcreate