AbstractMethodError in org.springframework.boot.web.servlet.filter.ErrorPageSecurityFilter #28854
Labels
status: superseded
An issue that has been superseded by another
type: regression
A regression from a previous release
Running a Spring Boot 2.6.1 project in Jetty 9 results in
javax.servlet.Filter
has a defaultinit
implementation in Servlet 4 but not in 3.1 so is looks like the class depends on Servlet 4 API yet I see nothing in the upgrade guide about dropping Servlet 3 support.The text was updated successfully, but these errors were encountered: