From ca7046dc3dca76ebcbd9823216bb1484f7a4b340 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Thu, 12 Dec 2019 21:02:08 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- reference/html/index.html | 12 ------------ reference/html/spring-cloud-gateway.html | 12 ------------ 2 files changed, 24 deletions(-) diff --git a/reference/html/index.html b/reference/html/index.html index fc571160..7d76c6df 100644 --- a/reference/html/index.html +++ b/reference/html/index.html @@ -325,18 +325,6 @@ URIs defined in routes without a port will get a default port set to 80 and 443

Spring Cloud Gateway matches routes as part of the Spring WebFlux HandlerMapping infrastructure. Spring Cloud Gateway includes many built-in Route Predicate Factories. All of these predicates match on different attributes of the HTTP request. Multiple Route Predicate Factories can be combined and are combined via logical and.

-
- - - - - -
- - -Previously, Spring Cloud Gateway generated a default Route ID by creating a random UUID. Generating a random UUID is a blocking operation and can lead to instability. Default id generation has been turned off by default. To re-enable this set an environment variable SPRING_CLOUD_GATEWAY_ROUTE_GENERATE_ID or system property spring.cloud.gateway.route.generate-id to true. -
-

4.1. After Route Predicate Factory

diff --git a/reference/html/spring-cloud-gateway.html b/reference/html/spring-cloud-gateway.html index fc571160..7d76c6df 100644 --- a/reference/html/spring-cloud-gateway.html +++ b/reference/html/spring-cloud-gateway.html @@ -325,18 +325,6 @@ URIs defined in routes without a port will get a default port set to 80 and 443

Spring Cloud Gateway matches routes as part of the Spring WebFlux HandlerMapping infrastructure. Spring Cloud Gateway includes many built-in Route Predicate Factories. All of these predicates match on different attributes of the HTTP request. Multiple Route Predicate Factories can be combined and are combined via logical and.

-
- - - - - -
- - -Previously, Spring Cloud Gateway generated a default Route ID by creating a random UUID. Generating a random UUID is a blocking operation and can lead to instability. Default id generation has been turned off by default. To re-enable this set an environment variable SPRING_CLOUD_GATEWAY_ROUTE_GENERATE_ID or system property spring.cloud.gateway.route.generate-id to true. -
-