-
-
Notifications
You must be signed in to change notification settings - Fork 168
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
Another regression in URL join behavior #862
Labels
Comments
in addition,
SECOND_URL |
gmacon
added a commit
to gmacon/yarl
that referenced
this issue
May 3, 2023
gmacon
added a commit
to gmacon/yarl
that referenced
this issue
Jun 7, 2023
mjpieters
pushed a commit
that referenced
this issue
Jun 7, 2023
Release, please? 🙏🏻 |
Gentle ping on this release. This regression breaks both |
webknjaz
added a commit
that referenced
this issue
Nov 17, 2023
Closed
1 task
achimnol
added a commit
to lablup/callosum
that referenced
this issue
Mar 4, 2024
- Exclude some versions to avoid a former bug related with trailing slash handling (aio-libs/yarl#862).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Joining a path onto an existing URL no longer preserves a trailing slash in the last component.
To Reproduce
Expected behavior
The trailing slash should be preserved.
Logs/tracebacks
Python Version
multidict Version
yarl Version
OS
RHEL 7
Additional context
I bisected this to 2dac93f, which I note is the same commit that caused #854 reporting a different regression related to joined URLs.
Code of Conduct
The text was updated successfully, but these errors were encountered: