Skip to content

Commit

Permalink
Adds warning about paths on route URIs being ignored.
Browse files Browse the repository at this point in the history
Fixes gh-3292
  • Loading branch information
spencergibb committed Mar 15, 2024
1 parent 95a3d2c commit 2d1b7fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 2d1b7fa

Please sign in to comment.