Closed
Description
Tomcat now supports the X-Forwarded-Host
header, per https://bz.apache.org/bugzilla/show_bug.cgi?id=57665 (as referenced in #5677).
It would be great to add support for this in order to enable a more complete support for X-Forwarded-* headers without needing to use the ForwardedHeaderFilter
, and to provide closer feature parity with what's available in RemoteIpValve
.
The current (Spring Boot 2.1.8.RELEASE) RemoteIpValve
configuration can be found here: