Sync docs from master to gh-pages

This commit is contained in:
buildmaster
2019-12-12 21:02:08 +00:00
parent 2b71b21824
commit ca7046dc3d
2 changed files with 0 additions and 24 deletions

View File

@@ -325,18 +325,6 @@ URIs defined in routes without a port will get a default port set to 80 and 443
<div class="paragraph">
<p>Spring Cloud Gateway matches routes as part of the Spring WebFlux <code>HandlerMapping</code> 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 <code>and</code>.</p>
</div>
<div class="admonitionblock warning">
<table>
<tr>
<td class="icon">
<i class="fa icon-warning" title="Warning"></i>
</td>
<td class="content">
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 <code>SPRING_CLOUD_GATEWAY_ROUTE_GENERATE_ID</code> or system property <code>spring.cloud.gateway.route.generate-id</code> to <code>true</code>.
</td>
</tr>
</table>
</div>
<div class="sect2">
<h3 id="after-route-predicate-factory"><a class="anchor" href="#after-route-predicate-factory"></a><a class="link" href="#after-route-predicate-factory">4.1. After Route Predicate Factory</a></h3>
<div class="paragraph">

View File

@@ -325,18 +325,6 @@ URIs defined in routes without a port will get a default port set to 80 and 443
<div class="paragraph">
<p>Spring Cloud Gateway matches routes as part of the Spring WebFlux <code>HandlerMapping</code> 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 <code>and</code>.</p>
</div>
<div class="admonitionblock warning">
<table>
<tr>
<td class="icon">
<i class="fa icon-warning" title="Warning"></i>
</td>
<td class="content">
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 <code>SPRING_CLOUD_GATEWAY_ROUTE_GENERATE_ID</code> or system property <code>spring.cloud.gateway.route.generate-id</code> to <code>true</code>.
</td>
</tr>
</table>
</div>
<div class="sect2">
<h3 id="after-route-predicate-factory"><a class="anchor" href="#after-route-predicate-factory"></a><a class="link" href="#after-route-predicate-factory">4.1. After Route Predicate Factory</a></h3>
<div class="paragraph">