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
Describe the bug
When RewritePath filter applied, then this filter overwrites GATEWAY_REQUEST_URL_ATTR attribute.
In ProxyExchangeHandlerFunction, resolved uri is unexpected value.
Hi, I am testing spring cloud gateway mvc.
Describe the bug
When
RewritePath
filter applied, then this filter overwritesGATEWAY_REQUEST_URL_ATTR
attribute.In ProxyExchangeHandlerFunction, resolved uri is unexpected value.
Below code might be root cause.
spring-cloud-gateway/spring-cloud-gateway-server-mvc/src/main/java/org/springframework/cloud/gateway/server/mvc/filter/BeforeFilterFunctions.java
Line 319 in c178048
Sample
The text was updated successfully, but these errors were encountered: