Skip to content

Preserve semicolons in digest auth URI#7332

Open
monsonego wants to merge 1 commit intopsf:mainfrom
monsonego:fix-digest-uri-semicolon-path
Open

Preserve semicolons in digest auth URI#7332
monsonego wants to merge 1 commit intopsf:mainfrom
monsonego:fix-digest-uri-semicolon-path

Conversation

@monsonego
Copy link
Copy Markdown

Summary

  • preserve the ;params portion of the digest auth request URI when building the Authorization header
  • add a regression test for a digest-auth URL that contains semicolons in the path

Testing

  • PYTHONPATH=src python -m pytest tests/test_requests.py tests/test_lowlevel.py -k digestauth -q

Closes #6990

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.

uri field of digest authentication incorrectly filled when the URL contains semicolons in path

1 participant