Merge pull request #19423 from dreis2211

* gh-19423:
  Fix compilation error

Closes gh-19423
pull/19424/head
Andy Wilkinson 5 years ago
commit 88d76a24d0

@ -188,7 +188,7 @@ public class TomcatWebServerFactoryCustomizer
// addresses
valve.setInternalProxies(remoteIpProperties.getInternalProxies());
try {
valve.setHostHeader(tomcatProperties.getHostHeader());
valve.setHostHeader(remoteIpProperties.getHostHeader());
}
catch (NoSuchMethodError ex) {
// Avoid failure with war deployments to Tomcat 8.5 before 8.5.44 and

Loading…
Cancel
Save