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 Jurjen
Recipients Jurjen, chuchiperriman, jonozzz, orsenthil
Date 2010-06-04.07:50:22
SpamBayes Score 0.04284867
Marked as misclassified No
Message-id <1275637824.46.0.963980054874.issue8797@psf.upfronthosting.co.za>
In-reply-to
Content
I would like to point out that this is not going to work if someone visits more than 5 sites with the same authentication manager. This would have to be documentated, at least.
We could fix this by putting the retry counter in the HTTPPasswordMgr; it is not hard to put in an extra field in the password database with the retry counter. See also my remarks in issue8894
History
Date User Action Args
2010-06-04 07:50:24Jurjensetrecipients: + Jurjen, orsenthil, jonozzz, chuchiperriman
2010-06-04 07:50:24Jurjensetmessageid: <1275637824.46.0.963980054874.issue8797@psf.upfronthosting.co.za>
2010-06-04 07:50:22Jurjenlinkissue8797 messages
2010-06-04 07:50:22Jurjencreate