Remove deprecated SecurityContextPersistenceFilter
from docs
#12690
Labels
Milestone
SecurityContextPersistenceFilter
from docs
#12690
Expected Behavior
The Authentication is set on the SecurityContextHolder. Later, if you need to save
SecurityContext
,SecurityContextRepository#saveContext
must be explicitly invoked.See theSecurityContextHolderFilter
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
The text was updated successfully, but these errors were encountered: