Skip to content

Fix issue #796: Request path segments gets double unescaped - #806

Merged
xuzhg merged 2 commits into
mainfrom
issue796
Jan 19, 2023
Merged

Fix issue #796: Request path segments gets double unescaped#806
xuzhg merged 2 commits into
mainfrom
issue796

Conversation

@xuzhg

@xuzhg xuzhg commented Jan 12, 2023

Copy link
Copy Markdown
Member

See details at: issue #796

When we retrieve the value from Request route values, it's unescaped. We don't need to unescape it again.

But for the Query option, we retrieve it from query string, it's not unescaped. we should unescape it.

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