-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
bpo-43433: Preserve query and fragment in the URL of the server in ServerProxy. #25057
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, this LGTM and addresses kynan/dokuwikixmlrpc#8 where the issue was originally reported.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks for adding tests!
Thanks @serhiy-storchaka for the PR, and @corona10 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9. |
…rverProxy. (pythonGH-25057) (cherry picked from commit c1b073a) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
GH-25068 is a backport of this pull request to the 3.9 branch. |
Hello there, For the record, the fragment is client-side only, it should not be sent to the server. Citing wikipedia:
Citing the related RFC 3986 - URI
|
https://bugs.python.org/issue43433