-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Fix incorrect handling of url-encoded parameters in FormFilter #3930
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
base: 4.2.x
Are you sure you want to change the base?
Conversation
Signed-off-by: Yike Xiao <[email protected]>
|
Do you have a chance to take a look about this? |
...server-mvc/src/main/java/org/springframework/cloud/gateway/server/mvc/filter/FormFilter.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Yike Xiao <[email protected]>
raccoonback
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
|
@ryanjbaxter @spencergibb |
spencergibb
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM outside of a few checkstyle issues
...r-mvc/src/test/java/org/springframework/cloud/gateway/server/mvc/filter/FormFilterTests.java
Outdated
Show resolved
Hide resolved
...r-mvc/src/test/java/org/springframework/cloud/gateway/server/mvc/filter/FormFilterTests.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Yike Xiao <[email protected]>
Fix #3929