Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information