Spring boot 3.3.2 and tomcat 11.0.0-M22
Description : An attempt was made to call a method that does not exist. The attempt was made from the following location:
org.springframework.boot.autoconfigure.web.embedded.TomcatWebServerFactoryCustomizer.lambda$customizeRejectIllegalHeader$21(TomcatWebServerFactoryCustomizer.java:227)
The following method did not exist:
‘void org.apache.coyote.http11.AbstractHttp11Protocol.setRejectIllegalHeader(boolean)’
Action:
Correct the classpath of your application so that it contains compatible versions of the classes org.springframework.boot.autoconfigure.web.embedded.TomcatWebServerFactoryCustomizer and org.apache.coyote.http11.AbstractHttp11Protocol
upgraded Spring boot 3.3.2 and tomcat 11.0.0-M22
Cool A is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.