Remove SecurityContextPersistenceFilter in Favor of Explicit Saves #9634
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
We should remove
SecurityContextPersistenceFilter
in favor of explicit saves to the SecurityContextRepository. This will provide lots of benefits:We would add a new Filter that only reads the SecurityContext and sets it on SecurityContextHolder. We should also consider providing a simplified API that doesn't involve needing to update the
HttpRequestResponseHolder
.The text was updated successfully, but these errors were encountered: