You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
This is happening in Spring Cloud Gateway Server MVC 4.1.4.
The stripPrefix filter is using the UriComponentsBuilder.build overload that defaults to encoded=false.
But by this point the URI is encoded, so this double-encodes.
Sample
See new test case in PR.
The text was updated successfully, but these errors were encountered:
Description
This is happening in Spring Cloud Gateway Server MVC 4.1.4.
The
stripPrefix
filter is using theUriComponentsBuilder.build
overload that defaults toencoded=false
.But by this point the URI is encoded, so this double-encodes.
Sample
See new test case in PR.
The text was updated successfully, but these errors were encountered: