[issue38686] WWW-Authenticate qop="auth,auth-int" rejected by urllib

2020-02-06 Thread Stephen Balousek
Change by Stephen Balousek : -- pull_requests: +17752 pull_request: https://github.com/python/cpython/pull/18338 ___ Python tracker ___

[issue38686] WWW-Authenticate qop="auth,auth-int" rejected by urllib

2019-11-22 Thread Senthil Kumaran
Change by Senthil Kumaran : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed type: -> behavior ___ Python tracker ___

[issue38686] WWW-Authenticate qop="auth,auth-int" rejected by urllib

2019-11-22 Thread miss-islington
miss-islington added the comment: New changeset 07432c33a0cab9d40ec71b274ec4bca5c57ca6e9 by Miss Islington (bot) in branch '3.7': bpo-38686: fix HTTP Digest handling in request.py (GH-17045) https://github.com/python/cpython/commit/07432c33a0cab9d40ec71b274ec4bca5c57ca6e9 --

[issue38686] WWW-Authenticate qop="auth,auth-int" rejected by urllib

2019-11-22 Thread miss-islington
miss-islington added the comment: New changeset b9e5547f5814962964c4a5bd5cd36a2af8fbf974 by Miss Islington (bot) in branch '3.8': bpo-38686: fix HTTP Digest handling in request.py (GH-17045) https://github.com/python/cpython/commit/b9e5547f5814962964c4a5bd5cd36a2af8fbf974 -- nosy:

[issue38686] WWW-Authenticate qop="auth,auth-int" rejected by urllib

2019-11-22 Thread Senthil Kumaran
Change by Senthil Kumaran : -- versions: +Python 3.7 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue38686] WWW-Authenticate qop="auth,auth-int" rejected by urllib

2019-11-22 Thread Senthil Kumaran
Change by Senthil Kumaran : -- versions: +Python 3.9 -Python 2.7, Python 3.7 ___ Python tracker ___ ___ Python-bugs-list mailing

[issue38686] WWW-Authenticate qop="auth,auth-int" rejected by urllib

2019-11-22 Thread miss-islington
Change by miss-islington : -- pull_requests: +16841 pull_request: https://github.com/python/cpython/pull/17357 ___ Python tracker ___

[issue38686] WWW-Authenticate qop="auth,auth-int" rejected by urllib

2019-11-22 Thread Senthil Kumaran
Senthil Kumaran added the comment: New changeset 14a89c47983f2fb9e7fdf33c769e622eefd3a14a by Senthil Kumaran (PypeBros) in branch 'master': bpo-38686: fix HTTP Digest handling in request.py (#17045) https://github.com/python/cpython/commit/14a89c47983f2fb9e7fdf33c769e622eefd3a14a

[issue38686] WWW-Authenticate qop="auth,auth-int" rejected by urllib

2019-11-22 Thread miss-islington
Change by miss-islington : -- pull_requests: +16842 pull_request: https://github.com/python/cpython/pull/17358 ___ Python tracker ___

[issue38686] WWW-Authenticate qop="auth,auth-int" rejected by urllib

2019-11-22 Thread Senthil Kumaran
Change by Senthil Kumaran : -- versions: +Python 3.8 -Python 3.6 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue38686] WWW-Authenticate qop="auth,auth-int" rejected by urllib

2019-11-13 Thread Senthil Kumaran
Change by Senthil Kumaran : -- assignee: -> orsenthil nosy: +orsenthil ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue38686] WWW-Authenticate qop="auth,auth-int" rejected by urllib

2019-11-04 Thread PypeBros
Change by PypeBros : -- keywords: +patch pull_requests: +16558 stage: -> patch review pull_request: https://github.com/python/cpython/pull/17045 ___ Python tracker ___

[issue38686] WWW-Authenticate qop="auth,auth-int" rejected by urllib

2019-11-04 Thread PypeBros
New submission from PypeBros : in urllib/request.py, when trying to use HTTP Digest Authentication with a server that replies with `WWW-Authenticate: Digest` where `qop="auth,auth-int"` rather than mere `qop="auth"` the connection fails to establish with a "qop 'auth,auth-int' is