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 Rosuav, arigo, christian.heimes, demian.brecht, icordasc, mcepl, ncoghlan, orsenthil, pitrou, python-dev, r.david.murray
Date 2015-04-16.20:42:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429216925.82.0.40155468382.issue19494@psf.upfronthosting.co.za>
In-reply-to
Content
The commit just made re-engineers the new API to generalize it.  Now we can fully support the "MAY preemptively send" part of the rfc, even when doing the normal 401 dance for the first request.  This is accomplished through a new password manager instead of a new Handler, and by adding support in the AbstractBasicAuthHandler for detecting if the passed in password manager supports authentication tracking and using it if it does.  This means that the proxy handler can also now do prior auth.

If anyone on this issue thinks we screwed this up, please let me know :)
History
Date User Action Args
2015-04-16 20:42:05r.david.murraysetrecipients: + r.david.murray, arigo, ncoghlan, orsenthil, pitrou, christian.heimes, mcepl, python-dev, Rosuav, icordasc, demian.brecht
2015-04-16 20:42:05r.david.murraysetmessageid: <1429216925.82.0.40155468382.issue19494@psf.upfronthosting.co.za>
2015-04-16 20:42:05r.david.murraylinkissue19494 messages
2015-04-16 20:42:05r.david.murraycreate