-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed
Labels
in: webAn issue in web modules (web, webmvc)An issue in web modules (web, webmvc)type: enhancementA general enhancementA general enhancement
Milestone
Description
Currently Spring Security's SecurityContextPersistenceFilter
has two tasks:
- (optionally) eagerly create sessions
- Using the
SecurityContextRepository
to load/save theSecurityContext
We should decouple these two tasks by creating a new ForceEagerSessionCreationFilter
. The decoupling is especially important to support deprecation and removal of SecurityContextPersistenceFilter
in favor of SecurityContextHolderFilter
.
Metadata
Metadata
Assignees
Labels
in: webAn issue in web modules (web, webmvc)An issue in web modules (web, webmvc)type: enhancementA general enhancementA general enhancement