Skip to content

[3.12] gh-155694: Scope HTTPPasswordMgr credentials by URL scheme (GH-155696) - #155971

Open
miss-islington wants to merge 1 commit into
python:3.12from
miss-islington:backport-a7bb524-3.12
Open

[3.12] gh-155694: Scope HTTPPasswordMgr credentials by URL scheme (GH-155696)#155971
miss-islington wants to merge 1 commit into
python:3.12from
miss-islington:backport-a7bb524-3.12

Conversation

@miss-islington

@miss-islington miss-islington commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

Credentials stored for an https:// URI were also matched against the
corresponding http:// URI, since reduce_uri() discards the scheme.

HTTPPasswordMgr and HTTPPasswordMgrWithPriorAuth now compare the scheme
too; URIs registered without a scheme still match any scheme.
(cherry picked from commit a7bb524)

Co-authored-by: Łukasz lukaszlapinski7@gmail.com

…honGH-155696)

Credentials stored for an https:// URI were also matched against the
corresponding http:// URI, since `reduce_uri()` discards the scheme.

`HTTPPasswordMgr` and `HTTPPasswordMgrWithPriorAuth` now compare the scheme
too; URIs registered without a scheme still match any scheme.
(cherry picked from commit a7bb524)

Co-authored-by: Łukasz <lukaszlapinski7@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Development

Successfully merging this pull request may close these issues.

4 participants