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

Fixes #1131, doube unescaped for function parameters #1135

Merged
merged 2 commits into from
Jan 12, 2024

Conversation

xuzhg
Copy link
Member

@xuzhg xuzhg commented Dec 7, 2023

For example: using https://github.com/OData/AspNetCoreOData/tree/main/sample/ODataRoutingSample sample, and send request

http://localhost:5000/Products/Default.GetWholeSalary(order='2',name='key%253A')

Before this change:

The respose is:
image

After this change:
the response is:
image

@xuzhg xuzhg merged commit a97da0b into main Jan 12, 2024
2 checks passed
@xuzhg xuzhg deleted the issue1131_doubleescape branch January 12, 2024 05:16
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.

2 participants