-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Remove LazyCsrfTokenRepository #13196
Copy link
Copy link
Closed
Labels
in: webAn issue in web modules (web, webmvc)An issue in web modules (web, webmvc)type: breaks-passivityA change that breaks passivity with the previous releaseA change that breaks passivity with the previous releasetype: enhancementA general enhancementA general enhancement
Milestone
Metadata
Metadata
Assignees
Labels
in: webAn issue in web modules (web, webmvc)An issue in web modules (web, webmvc)type: breaks-passivityA change that breaks passivity with the previous releaseA change that breaks passivity with the previous releasetype: enhancementA general enhancementA general enhancement
Type
Fields
Give feedbackNo fields configured for issues without a type.
As
LazyCsrfTokenRepositoryis 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.