From a790899290aa31a333aa6149a135b738bf826f19 Mon Sep 17 00:00:00 2001 From: Wilder Pereira Date: Mon, 18 Jun 2018 23:55:42 -0300 Subject: [PATCH] Remove line copied from the previous section (#370) --- docs/src/main/asciidoc/spring-cloud-gateway.adoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/src/main/asciidoc/spring-cloud-gateway.adoc b/docs/src/main/asciidoc/spring-cloud-gateway.adoc index 1469b6fc..73a145cb 100644 --- a/docs/src/main/asciidoc/spring-cloud-gateway.adoc +++ b/docs/src/main/asciidoc/spring-cloud-gateway.adoc @@ -444,8 +444,6 @@ spring: - PreserveHostHeader ---- -This will prefix `/mypath` to the path of all matching requests. So a request to `/hello`, would be sent to `/mypath/hello`. - === RequestRateLimiter GatewayFilter Factory The RequestRateLimiter GatewayFilter Factory is uses a `RateLimiter` implementation to determine if the current request is allowed to proceed. If it is not, a status of `HTTP 429 - Too Many Requests` (by default) is returned.