Closed
Description
Summary
Detected by blockhound: WebSessionServerCsrfTokenRepository
and CookieServerCsrfTokenRepository
make blocking calls to UUID.randomUUID
when generating the token.
It would be nice to have a non-blocking SecureRandom to solve this.
It can of course be offloaded to the boundedElastic scheduler but that looks sub optimal.
Version
5.2.2.RELEASE