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 danohuiginn
Recipients ajaksu2, cmb, danohuiginn
Date 2008-12-18.21:55:58
SpamBayes Score 3.2236472e-05
Marked as misclassified No
Message-id <1229637359.8.0.102180240578.issue4683@psf.upfronthosting.co.za>
In-reply-to
Content
Reasonable idea, Daniel, but changing self.retried makes no difference.
What does solve Chris' problem (which I can reproduce, btw) is
preventing the nonce_count from incrementing.

i.e. comment out the line :
 self.nonce_count += 1
in AbstractDigestAuthHandler.get_authorization

This makes me wonder if all this is being caused by LJ, intentionally or
not, rejecting repeated requests.
History
Date User Action Args
2008-12-18 21:56:00danohuiginnsetrecipients: + danohuiginn, ajaksu2, cmb
2008-12-18 21:55:59danohuiginnsetmessageid: <1229637359.8.0.102180240578.issue4683@psf.upfronthosting.co.za>
2008-12-18 21:55:58danohuiginnlinkissue4683 messages
2008-12-18 21:55:58danohuiginncreate