Closed
Description
Tomcat 11.0.0 was released last week and it would be nice if Spring Boot 3.4 would support the new version. This requires at least changing TomcatWebServerFactoryCustomizer.customizeRejectIllegalHeader
as it uses a previously deprecated method setRejectIllegalHeader
which was removed with Tomcat 11.0.
Catching a NoSuchMethodError
would be sufficient and is something that is already done in customizeRemoteIpValve
.