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 r.david.murray
Recipients BreamoreBoy, axitkhurana, bradobro, cvrebert, dstanek, martin.panter, mvolz, orsenthil, r.david.murray
Date 2015-04-16.18:56:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429210599.42.0.689763823133.issue7159@psf.upfronthosting.co.za>
In-reply-to
Content
Here is the doc patch for the design that Akshit and I agreed to after re-consideration of the API.  This eliminates the HTTPBasicPriorAuthHandler in favor of the HTTPPasswdMgrWithPriorAuth password manager and putting support for prior auth on the AbstractBasicAuthHandler based on whether or not the password_mgr supports the is_authenticated and updated_authenticated methods.  This redesign means that the Proxy handler automatically gets support for prior auth.
History
Date User Action Args
2015-04-16 18:56:39r.david.murraysetrecipients: + r.david.murray, orsenthil, dstanek, cvrebert, bradobro, BreamoreBoy, axitkhurana, martin.panter, mvolz
2015-04-16 18:56:39r.david.murraysetmessageid: <1429210599.42.0.689763823133.issue7159@psf.upfronthosting.co.za>
2015-04-16 18:56:39r.david.murraylinkissue7159 messages
2015-04-16 18:56:39r.david.murraycreate