Browse Source

Corrects a typo about RewritePath GatewayFilter

fixes gh-1700
pull/1544/merge
dveamer 5 years ago committed by spencergibb
parent
commit
dea0da5633
No known key found for this signature in database
GPG Key ID: 7788A47380690861
  1. 2
      docs/src/main/asciidoc/spring-cloud-gateway.adoc

2
docs/src/main/asciidoc/spring-cloud-gateway.adoc

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

Loading…
Cancel
Save