Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix handling user names and passwords with spaces #260

Merged
merged 1 commit into from
Feb 5, 2023

Conversation

mib1185
Copy link
Owner

@mib1185 mib1185 commented Feb 5, 2023

the yarl.URL module, used in aiohttp to encode url strings, does encode a space as +, but DSM want's it as %-encoded %20

https://github.com/aio-libs/yarl/blob/89cc6b03cc8e51f2cb5bb7c8d2a9ee7d9fa24d6c/yarl/_quoting_py.py#L102-L105

@mib1185 mib1185 added the bugfix PR that fixes a bug label Feb 5, 2023
@mib1185 mib1185 merged commit 76b8ac3 into 2.1 Feb 5, 2023
@mib1185 mib1185 deleted the fix/handle-parameters-with-spaces branch February 5, 2023 15:11
@mib1185 mib1185 added the cherry-picked cherry picked into master branch label Feb 5, 2023
@mib1185 mib1185 mentioned this pull request May 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix PR that fixes a bug cherry-picked cherry picked into master branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant