fixes gh-1700
@ -1187,7 +1187,7 @@ spring:
- id: rewritepath_route
uri: https://example.org
predicates:
- Path=/foo/**
- Path=/red/**
filters:
- RewritePath=/red(?<segment>/?.*), $\{segment}
----