Skip to content

AbstractMethodError in org.springframework.boot.web.servlet.filter.ErrorPageSecurityFilter  #28854

@Artur-

Description

@Artur-

Running a Spring Boot 2.6.1 project in Jetty 9 results in

java.lang.AbstractMethodError: Receiver class org.springframework.boot.web.servlet.filter.ErrorPageSecurityFilter does not define or inherit an implementation of the resolved method 'abstract void init(javax.servlet.FilterConfig)' of interface javax.servlet.Filter.

javax.servlet.Filter has a default init 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    status: supersededAn issue that has been superseded by anothertype: regressionA regression from a previous release

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions