mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
This commit introduces new properties for configuring the HTTP headers that should be used for forward support. The new `server.netty.forwarded-headers.header-format` property allows "standard" or "x_forwarded" to select "Forwarded" or "X-Forwarded-*" headers. This aligns the behavior of Netty server with the "FRAMEWORK" strategy. Closes gh-51031