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 Kim Randell
Recipients Dmitry.Jemerov, Jurjen, Kim Randell, chuchiperriman, greatape, jonozzz, kiilerix, olemartinorg, orsenthil, python-dev, r.david.murray, serhiy.storchaka, vstinner, zenyatta
Date 2016-07-29.13:18:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469798301.09.0.360651755347.issue8797@psf.upfronthosting.co.za>
In-reply-to
Content
I don't have an example case, but from reading the code it looks as though the AbstractDigestAuthHandler has exactly the same faults as the old version of AbstractBasicAuthHandler (i.e. using req.headers.get instead of req.get_header, and corresponding retry workarounds). Should it be updated to match?
History
Date User Action Args
2016-07-29 13:18:21Kim Randellsetrecipients: + Kim Randell, orsenthil, vstinner, kiilerix, jonozzz, r.david.murray, Dmitry.Jemerov, chuchiperriman, Jurjen, zenyatta, greatape, olemartinorg, python-dev, serhiy.storchaka
2016-07-29 13:18:21Kim Randellsetmessageid: <1469798301.09.0.360651755347.issue8797@psf.upfronthosting.co.za>
2016-07-29 13:18:21Kim Randelllinkissue8797 messages
2016-07-29 13:18:20Kim Randellcreate