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

Remove Servlet Spec 2.5 Support for HttpSessionSecurityContextRepository #6261

Closed
jzheaux opened this issue Dec 7, 2018 · 2 comments · Fixed by #6289
Closed

Remove Servlet Spec 2.5 Support for HttpSessionSecurityContextRepository #6261

jzheaux opened this issue Dec 7, 2018 · 2 comments · Fixed by #6289
Labels
in: web An issue in web modules (web, webmvc) type: enhancement A general enhancement
Milestone

Comments

@jzheaux
Copy link
Contributor

jzheaux commented Dec 7, 2018

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.

@jzheaux jzheaux added in: web An issue in web modules (web, webmvc) type: enhancement A general enhancement labels Dec 7, 2018
@jzheaux jzheaux added this to the 5.2.0.M1 milestone Dec 7, 2018
@dongmyo
Copy link
Contributor

dongmyo commented Dec 15, 2018

@jzheaux I'd like to take it

@jzheaux
Copy link
Contributor Author

jzheaux commented Dec 16, 2018

Thanks, @dongmyo! It's yours.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: web An issue in web modules (web, webmvc) type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants