Consistently remove forwarded headers in WebFlux

Preparation for SPR-17072
This commit is contained in:
Rossen Stoyanchev
2018-07-24 14:59:57 -04:00
parent 41aa4218af
commit 2e4f5a7923
2 changed files with 5 additions and 0 deletions

View File

@@ -91,6 +91,7 @@ public class ForwardedHeaderFilter implements WebFilter {
builder.path(prefix + uri.getPath());
builder.contextPath(prefix);
}
removeForwardedHeaders(builder);
})
.build();
}