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

Differenctiate between encoded form and element form for url #2980

Closed
wants to merge 6 commits into from

Conversation

elupus
Copy link

@elupus elupus commented Dec 4, 2023

Summary

  • Allow quote and is_safe to take sets as input to speed up calculations
  • Differenciate between reencoding raw url data, and piece wise constructed query parameters
  • Revert always encoding of forward slashes in query

Fixes #2883
Pertially reverts: #2721

Related #2723, #2929

Checklist

  • I understand that this PR may be closed in case there was no previous discussion. (This doesn't apply to typos!)
  • I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change.
  • I've updated the documentation accordingly.

* Allow quote and is_safe to take sets as input to speed up
* Differenciate between reencoding raw url data, and piece wise
  constructed query parameters
* Revert always encoding of forward slashes in query
@T-256
Copy link
Contributor

T-256 commented Dec 10, 2023

Hi @elupus
Is #2990 also solves your needs at here?

@tomchristie
Copy link
Member

Superseeded by #2990

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.

ULR parser percent encoding corrupting query params
3 participants