spring-security/web
cbornet 21c1d98f64 Create the CSRF token on the bounded elactic scheduler
The CSRF token is created with a call to UUID.randomUUID which is blocking.
This change ensures this blocking call is done on the bounded elastic scheduler which supports blocking calls.

Fixes gh-8128
2020-05-18 11:06:45 -05:00
..
src Create the CSRF token on the bounded elactic scheduler 2020-05-18 11:06:45 -05:00
spring-security-web.gradle CsrfWebFilter supports multipart/form-data 2019-10-28 14:06:10 -05:00