Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
Artur- opened this issue Nov 30, 2021 · 1 comment
Labels
status: superseded An issue that has been superseded by another type: regression A regression from a previous release

Comments

@Artur-
Copy link
Contributor

Artur- commented Nov 30, 2021

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.

@mbhave
Copy link
Contributor

mbhave commented Dec 3, 2021

Closing in favor of PR #28902.

@mbhave mbhave closed this as completed Dec 3, 2021
@mbhave mbhave added the status: superseded An issue that has been superseded by another label Dec 3, 2021
@mbhave mbhave removed this from the 2.6.2 milestone Dec 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: superseded An issue that has been superseded by another type: regression A regression from a previous release
Projects
None yet
Development

No branches or pull requests

4 participants