mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +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