Merge pull request #4343 from eugenp/issue-4331

fix filter
This commit is contained in:
Loredana Crusoveanu 2018-05-26 17:36:23 +03:00 committed by GitHub
commit 454171e047
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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());
}