Adds warning about paths on route URIs being ignored.

Fixes gh-3292
This commit is contained in:
sgibb
2024-03-15 16:48:41 -04:00
parent 95a3d2c527
commit 2d1b7fa37a
2 changed files with 2 additions and 1 deletions

View File

@@ -13,4 +13,4 @@ In addition to custom `HandlerFunctions` for HTTP forwarding, Spring Cloud Gatew
There are additional `*FilterFunctions` classes for optional filters that will are documented along with each filter.
WARNING: Any path defined on a route URI will be ignored.

View File

@@ -13,3 +13,4 @@ All "`pre`" filter logic is executed. Then the proxy request is made. After the
NOTE: URIs defined in routes without a port get default port values of 80 and 443 for the HTTP and HTTPS URIs, respectively.
WARNING: Any path defined on a route URI will be ignored.