spring-security/web
Tomoki Tsubaki 85889d5e0b
Create the CSRF token on the bounded elactic scheduler
The CSRF token is generated by UUID.randomUUID() which is I/O blocking operation.
This commit changes the subscriber thread to the bounded elactic scheduler.

Closes gh-9018
2020-09-16 09:21:11 -06:00
..
src Create the CSRF token on the bounded elactic scheduler 2020-09-16 09:21:11 -06:00
spring-security-web.gradle CsrfWebFilter supports multipart/form-data 2019-10-28 14:06:10 -05:00