-
Notifications
You must be signed in to change notification settings - Fork 41.6k
Closed
Description
Spring 4.3 added ForwardedHeaderFilter which provides a cross container independent way to support X-Forwarded-* headers.
This is nice because not all containers provide the same support. For example, Tomcat does not support X-Forwarded-Host. Another benefit is that ForwardedHeaderFilter allows overriding the context root of the application in the event the proxy uses a different context root than the application. This is helpful to ensure links are rendered correctly.
Metadata
Metadata
Assignees
Labels
type: enhancementA general enhancementA general enhancement