Skip to content

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Feb 29, 2020

  • bpo-39548: Fix handling of 'WWW-Authenticate' header for Digest authentication
  • The 'qop' value in the 'WWW-Authenticate' header is optional. The
    presence of 'qop' in the header should be checked before its value
    is parsed with 'split'.

Signed-off-by: Stephen Balousek stephen@balousek.net

  • bpo-39548: Fix handling of 'WWW-Authenticate' header for Digest authentication
  • Add NEWS item

Signed-off-by: Stephen Balousek stephen@balousek.net

  • Update Misc/NEWS.d/next/Library/2020-02-06-05-33-52.bpo-39548.DF4FFe.rst

Co-Authored-By: Brandt Bucher brandtbucher@gmail.com

Co-authored-by: Brandt Bucher brandtbucher@gmail.com
(cherry picked from commit 5e260e0)

Co-authored-by: Stephen Balousek sbalousek@users.noreply.github.com

https://bugs.python.org/issue39548

…ythonGH-18338)

* bpo-39548: Fix handling of 'WWW-Authenticate' header for Digest authentication

 - The 'qop' value in the 'WWW-Authenticate' header is optional. The
   presence of 'qop' in the header should be checked before its value
   is parsed with 'split'.

Signed-off-by: Stephen Balousek <stephen@balousek.net>

* bpo-39548: Fix handling of 'WWW-Authenticate' header for Digest authentication

 - Add NEWS item

Signed-off-by: Stephen Balousek <stephen@balousek.net>

* Update Misc/NEWS.d/next/Library/2020-02-06-05-33-52.bpo-39548.DF4FFe.rst

Co-Authored-By: Brandt Bucher <brandtbucher@gmail.com>

Co-authored-by: Brandt Bucher <brandtbucher@gmail.com>
(cherry picked from commit 5e260e0)

Co-authored-by: Stephen Balousek <sbalousek@users.noreply.github.com>
@miss-islington
Copy link
Contributor Author

@sbalousek and @orsenthil: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit cf347f3 into python:3.7 Feb 29, 2020
@miss-islington miss-islington deleted the backport-5e260e0-3.7 branch February 29, 2020 20:49
@miss-islington
Copy link
Contributor Author

@sbalousek and @orsenthil: Status check is done, and it's a success ✅ .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants