From 08551ea482a5c4829312d5f0d9fbf12b08de711c Mon Sep 17 00:00:00 2001 From: buildmaster Date: Tue, 13 Aug 2019 20:24:07 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- reference/html/index.html | 16 ++++++++-------- reference/html/spring-cloud-gateway.html | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/reference/html/index.html b/reference/html/index.html index 02c0341c..6de5613b 100644 --- a/reference/html/index.html +++ b/reference/html/index.html @@ -1329,7 +1329,7 @@ and have it applied to all routes.

-

For a request path of /foo/bar, this will set the path to /bar before making the downstream request. Notice the $\ which is replaced with $ because of the YAML spec.

+

For a request path of /foo/bar, this will set the path to /bar before making the downstream request. Notice the $ Should be replaced with $\ because of the YAML spec.

@@ -1776,13 +1776,13 @@ When using the retry filter with a forward: prefixed URL, the targe gateway: routes: - id: request_size_route - uri: http://localhost:8080/upload - predicates: - - Path=/upload - filters: - - name: RequestSize - args: - maxSize: 5000000 + uri: http://localhost:8080/upload + predicates: + - Path=/upload + filters: + - name: RequestSize + args: + maxSize: 5000000
diff --git a/reference/html/spring-cloud-gateway.html b/reference/html/spring-cloud-gateway.html index 02c0341c..6de5613b 100644 --- a/reference/html/spring-cloud-gateway.html +++ b/reference/html/spring-cloud-gateway.html @@ -1329,7 +1329,7 @@ and have it applied to all routes.

-

For a request path of /foo/bar, this will set the path to /bar before making the downstream request. Notice the $\ which is replaced with $ because of the YAML spec.

+

For a request path of /foo/bar, this will set the path to /bar before making the downstream request. Notice the $ Should be replaced with $\ because of the YAML spec.

@@ -1776,13 +1776,13 @@ When using the retry filter with a forward: prefixed URL, the targe gateway: routes: - id: request_size_route - uri: http://localhost:8080/upload - predicates: - - Path=/upload - filters: - - name: RequestSize - args: - maxSize: 5000000 + uri: http://localhost:8080/upload + predicates: + - Path=/upload + filters: + - name: RequestSize + args: + maxSize: 5000000