Skip to content

Remove deprecated SecurityContextPersistenceFilter from docs #12690

Closed
@wiketool

Description

@wiketool

Expected Behavior
The Authentication is set on the SecurityContextHolder. Later, if you need to save SecurityContext , SecurityContextRepository#saveContext must be explicitly invoked.See the SecurityContextHolderFilter class.

Current Behavior
The Authentication is set on the SecurityContextHolder. Later, the SecurityContextPersistenceFilter saves the SecurityContext to the HttpSession. See the SecurityContextPersistenceFilter class.

link to related pages

Metadata

Metadata

Assignees

Labels

in: docsAn issue in Documentation or samplestype: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions