We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Related to #6220
HttpSessionSecurityContextRepository adds a request wrapper for supporting Servlet Spec 3's startAsync methods.
HttpSessionSecurityContextRepository
Because Spring Framework 5.x has moved its baseline to Servlet Spec 3.1, the code should always use this wrapper instead of checking the servlet spec version first.
Also, the Servlet 2.5 tests for this feature should be removed.
The text was updated successfully, but these errors were encountered:
@jzheaux I'd like to take it
Sorry, something went wrong.
Remove Servlet Spec 2.5 Support for HttpSessionSecurityContextRepository
d09012f
Fixes: spring-projectsgh-6261
Thanks, @dongmyo! It's yours.
3230cd6
Fixes: gh-6261
Successfully merging a pull request may close this issue.
Related to #6220
HttpSessionSecurityContextRepository
adds a request wrapper for supporting Servlet Spec 3's startAsync methods.Because Spring Framework 5.x has moved its baseline to Servlet Spec 3.1, the code should always use this wrapper instead of checking the servlet spec version first.
Also, the Servlet 2.5 tests for this feature should be removed.
The text was updated successfully, but these errors were encountered: