Skip to content

Improve AbstractPreAuthenticatedProcessingFilter docs #16985

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

Open
wants to merge 1 commit into
base: 6.3.x
Choose a base branch
from

Conversation

m0rk4
Copy link

@m0rk4 m0rk4 commented Apr 23, 2025

Clarify misleading SecurityContextRepository setter documentation. Note that AbstractPreAuthenticatedProcessingFilter saves the SecurityContext upon successful authentication, and this behavior can be customized via the setSecurityContextRepository setter.

Closes gh-14137

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Apr 23, 2025
Clarify misleading SecurityContextRepository setter documentation.
Note that AbstractPreAuthenticatedProcessingFilter saves the
SecurityContext upon successful authentication, and this behavior
can be customized via the setSecurityContextRepository setter.

Closes spring-projectsgh-14137

Signed-off-by: Mark Putsiata <[email protected]>
@jzheaux jzheaux self-assigned this Apr 23, 2025
@jzheaux jzheaux added in: docs An issue in Documentation or samples type: bug A general bug and removed status: waiting-for-triage An issue we've not yet triaged labels Apr 23, 2025
@jzheaux jzheaux changed the base branch from main to 6.3.x April 23, 2025 20:35
@jzheaux jzheaux added this to the 6.3.10 milestone Apr 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: docs An issue in Documentation or samples type: bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RequestHeaderAuthenticationFilter creates a session even if not configured to do so
3 participants