You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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 inRemoteIpValve
.The current (Spring Boot 2.1.8.RELEASE)
RemoteIpValve
configuration can be found here:spring-boot/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/embedded/TomcatWebServerFactoryCustomizer.java
Lines 146 to 166 in b1ca1ae
The text was updated successfully, but these errors were encountered: