From 569060c9950c36bd957b64640c2506bd4aeb52bf Mon Sep 17 00:00:00 2001 From: Jan Thewes Date: Thu, 31 Jan 2019 14:19:24 +0100 Subject: [PATCH] Fixed typo Fixed an typo where an 'r' was missing and it was read as making instead of marking --- docs/src/main/asciidoc/spring-cloud-gateway.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/spring-cloud-gateway.adoc b/docs/src/main/asciidoc/spring-cloud-gateway.adoc index 12f71350..baf258aa 100644 --- a/docs/src/main/asciidoc/spring-cloud-gateway.adoc +++ b/docs/src/main/asciidoc/spring-cloud-gateway.adoc @@ -1112,7 +1112,7 @@ These metrics are then available to be scraped from ``/actuator/metrics/gateway. NOTE: To enable the pometheus endpoint add micrometer-registry-prometheus as a project dependency. -=== Making An Exchange As Routed +=== Marking An Exchange As Routed After the Gateway has routed a `ServerWebExchange` it will mark that exchange as "routed" by adding `gatewayAlreadyRouted` to the exchange attributes. Once a request has been marked as routed, other routing filters will not route the request again,