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

SessionManagementFilter Accesses Session on Every Request #11455

Closed
Tracked by #6125
rwinch opened this issue Jul 1, 2022 · 0 comments
Closed
Tracked by #6125

SessionManagementFilter Accesses Session on Every Request #11455

rwinch opened this issue Jul 1, 2022 · 0 comments
Assignees
Labels
in: web An issue in web modules (web, webmvc) type: enhancement A general enhancement
Milestone

Comments

@rwinch
Copy link
Member

rwinch commented Jul 1, 2022

No description provided.

@rwinch rwinch mentioned this issue Jul 1, 2022
7 tasks
@rwinch rwinch modified the milestones: 5.8.0-M1, 5.8.x Jul 1, 2022
@rwinch rwinch added in: web An issue in web modules (web, webmvc) type: enhancement A general enhancement labels Jul 1, 2022
@rwinch rwinch self-assigned this Jul 1, 2022
rwinch added a commit that referenced this issue Aug 18, 2022
SessionAuthenticationFilter requires accessing the HttpSession to do its
job. Previously, there was no way to just disable the
SessionAuthenticationFilter despite the fact that
SessionAuthenticationStrategy is invoked by the authentication filters
directly.

This commit adds an option to disable SessionManagmentFilter in favor of
requiring explicit SessionAuthenticationStrategy invocation already
performed by the authentication filters.

Closes gh-11455
@rwinch rwinch closed this as completed in 81d6b6d Aug 18, 2022
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
Status: Done
Development

No branches or pull requests

1 participant