Adds warning about paths on route URIs being ignored.
Fixes gh-3292
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user