Remove LazyCsrfTokenRepository #13196
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
As
LazyCsrfTokenRepository
is deprecated, it can now be removed.Note that a number of components use
setAttribute(HttpServletResponse.class.getName(), response)
to store the response for later use byLazyCsrfTokenRepository
. This ticket should also remove those references.The text was updated successfully, but these errors were encountered: