fix filter

This commit is contained in:
Loredana Crusoveanu 2018-05-26 16:55:30 +03:00
parent 146c1bb2a9
commit 2ac94535e6
1 changed files with 0 additions and 2 deletions

View File

@ -16,8 +16,6 @@ class IndexRewriteFilter implements WebFilter {
.equals("/")) {
return webFilterChain.filter(serverWebExchange.mutate()
.request(builder -> builder.method(request.getMethod())
.contextPath(request.getPath()
.toString())
.path("/test"))
.build());
}