Commit Graph

12 Commits

Author SHA1 Message Date
Stepan Mikhailiuk
cf8c1eb66a Merge branch 'spring-cloud:main' into setrequesturi 2025-05-22 12:27:12 +08:00
Ryan Baxter
fe27edfbbb Escape brackets in docs
Signed-off-by: Ryan Baxter <ryan.baxter@broadcom.com>
2025-04-24 10:15:26 -04:00
Ryan Baxter
c4d66a9fd2 Merge branch '4.2.x' 2025-04-22 11:47:17 -04:00
Ryan Baxter
00a6001af8 Merge pull request #3731 from BEF841CA/patch-1
Fix punctuation error in secureheaders-factory.adoc
2025-04-22 10:12:24 -04:00
Stepan Mikhailiuk
c6ed845557 feat(gateway-filter): add SetRequestUri gateway filter
Signed-off-by: Stepan Mikhailiuk <istepancar@gmail.com>
2025-04-13 22:11:33 +08:00
Jörg Richter
7bc8f7225f Merge branch 'spring-cloud:main' into #2975-Suggestion-Add-Permissions-Policy-as-configurable-option-to-SecureHeaders-GatewayFilter 2025-04-07 22:22:36 +02:00
Jörg Richter
85ab7d9019 #2975-Suggestion-Add-Permissions-Policy-as-configurable-option-to-SecureHeaders-GatewayFilter
- added Permissions-Policy header as an opt-in header & default value
- updated documentation with Permissions-Policy and resources
- updated tests to include Permissions-Policy
- SecurityHeaders and Permissions-Policy may be configured globally / per route
- updated structure of public methods and class members to match previous version structure

Fixes gh-2975

Signed-off-by: Jörg Richter <96986086+joerg-richter-5234@users.noreply.github.com>
2025-04-07 22:19:10 +02:00
Ryan Baxter
5456d6dda7 Merge branch '4.2.x' 2025-03-20 10:49:44 -04:00
BEF841CA
73662ea35d Fix punctuation error in secureheaders-factory.adoc
Signed-off-by: BEF841CA <83743162+BEF841CA@users.noreply.github.com>
2025-03-20 17:10:03 +08:00
spencergibb
6ce73c6ec7 Changes property to spring.cloud.gateway.forwarded.by.enabled
Defaults to false.

See gh-2658
2025-03-17 16:59:19 -04:00
Been24
0abe96239a Update developer-guide.adoc
Signed-off-by: Been24 <894661859@qq.com>
2025-03-14 09:33:21 +08:00
Spencer Gibb
037abaeb26 New module names (#3645)
* New naming convention using webflux and webmvc

The new suffixes are gateway-server-web{flux|mvc} and gateway-proxyexchange-web{flux|mvc}.

This commit updates the starters to use gateway-server-web{flux|mvc} suffixes.

* Adds new spring-cloud-gateway-server-web{flux|mvc} modules.

These simply depend on the old ones. A warning is logged if not using the new module.

* Adds s-c-g-proxyexchange-{webflux|webmvc} modules

* Updates docs for  s-c-g-{proxyexchange|server}-{webflux|webmvc} modules
2025-01-16 21:26:10 -05:00