mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-24 15:49:26 +00:00
Consistently remove forwarded headers in WebFlux
Preparation for SPR-17072
This commit is contained in:
+1
@@ -91,6 +91,7 @@ public class ForwardedHeaderFilter implements WebFilter {
|
||||
builder.path(prefix + uri.getPath());
|
||||
builder.contextPath(prefix);
|
||||
}
|
||||
removeForwardedHeaders(builder);
|
||||
})
|
||||
.build();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user