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 cmb
Recipients cmb
Date 2008-12-17.14:14:14
SpamBayes Score 2.800802e-06
Marked as misclassified No
Message-id <1229523259.96.0.571468029932.issue4683@psf.upfronthosting.co.za>
In-reply-to
Content
The attached script, when edited to fill in valid LiveJournal
credentials (or InsaneJournal, if you change the URL and user list)
fails for me in a very odd way. It fetches the first two URLs quite
happily, and returns a 401 on the third after querying my password
manager about 6 times (always the third, no matter what the user list
is). Rebuilding the opener each time around the loop doesn't fix it.
Recreating the HTTPDigestAuthHandler (and then rebuilding the opener)
*does* fix it. Seems like any given instance of HTTPDigestAuthHandler
fails on the third hostname.

Python package version 2.5.1-5ubuntu5.2. Haven't tried it on newer versions.
History
Date User Action Args
2008-12-17 14:14:21cmbsetrecipients: + cmb
2008-12-17 14:14:19cmbsetmessageid: <1229523259.96.0.571468029932.issue4683@psf.upfronthosting.co.za>
2008-12-17 14:14:17cmblinkissue4683 messages
2008-12-17 14:14:16cmbcreate