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 | Better Query Parameter Parsing #370

Merged
merged 5 commits into from
Feb 12, 2024
Merged

Fix | Better Query Parameter Parsing #370

merged 5 commits into from
Feb 12, 2024

Conversation

Sammyjo20
Copy link
Collaborator

This PR fixes issue #369

The old query parameter parser was just using parse_str however this was converting dots into underscores. This PR introduces a much better tokenization-parsing algorithm which does not convert characters like dots and semi-colons into underscores.

Copy link
Collaborator Author

@Sammyjo20 Sammyjo20 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Self review

Copy link
Collaborator Author

@Sammyjo20 Sammyjo20 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Self review

@Sammyjo20 Sammyjo20 merged commit 558c48d into v3 Feb 12, 2024
14 checks passed
@Sammyjo20 Sammyjo20 deleted the fix/issue-369 branch February 12, 2024 13:51
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.

None yet

1 participant