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: manually percent encode query items to allow values with + sign #402

Merged
merged 2 commits into from
May 23, 2024

Conversation

grdsdev
Copy link
Collaborator

@grdsdev grdsdev commented May 23, 2024

What kind of change does this PR introduce?

Fix #401

What is the current behavior?

Can't include query values that contain any of the characters :#[]@!$&'()*+,;=, this had been fixed before, but got lost on some PRs ago.

What is the new behavior?

Manually escape the query items, and don't use the default escaping logic from Foundation.

Additional context

Add any other context or screenshots.

@grdsdev grdsdev requested a review from dshukertjr May 23, 2024 08:38
@grdsdev grdsdev merged commit a0ecb70 into main May 23, 2024
49 checks passed
@grdsdev grdsdev deleted the fix/escape-query-values branch May 23, 2024 15:06
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.

Equals filter failed on column where value starts with non-alphanumeric character
2 participants