Merge branch '2.2.x'

This commit is contained in:
spencergibb
2020-05-04 12:59:14 -04:00

View File

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