Default to SecurityContextHolderFilter instead of SecurityContextPersistenceFilter #11110
Labels
in: web
An issue in web modules (web, webmvc)
type: breaks-passivity
A change that breaks passivity with the previous release
type: enhancement
A general enhancement
Milestone
Default to using
SecurityContextHolderFilter
instead ofSecurityContextPersistenceFilter
. This means that explicit saving of theSecurityContext
is necessary rather than automatic saving of theSecurityContextHolder
to theSecurityContextRepository
.The text was updated successfully, but these errors were encountered: