mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-27 01:19:02 +00:00
This commit adds two new methods in ForwardedHeaderUtils, one to parse the standard "Forwarded" header only, and another to parse the "X-Forwarded-*" alternative headers. As those are single parse methods, a ForwardedInfo container type is necessary to return the results. See gh-36964