ServerCsrfTokenRequestHandler should return reactive types #16869
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
If
ServerCsrfTokenRequestHandler#handle
were to returnMono<Void>
instead ofvoid
, then implementations could write the token to the response without blocking.The text was updated successfully, but these errors were encountered: