Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken Mono chain #9022

Merged
merged 1 commit into from
Sep 16, 2020
Merged

Fix broken Mono chain #9022

merged 1 commit into from
Sep 16, 2020

Conversation

tt4g
Copy link
Contributor

@tt4g tt4g commented Sep 16, 2020

This commit restore broken Mono chain in WebSessionServerCsrfTokenRepository.generateToken(ServerWebExchange).

Closes gh-9017

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Sep 16, 2020
This commit restore broken Mono chain in WebSessionServerCsrfTokenRepository.generateToken(ServerWebExchange).

Closes spring-projectsgh-9017
@jzheaux jzheaux self-assigned this Sep 16, 2020
@jzheaux jzheaux added in: web An issue in web modules (web, webmvc) type: bug A general bug status: duplicate A duplicate of another issue and removed status: waiting-for-triage An issue we've not yet triaged labels Sep 16, 2020
@jzheaux jzheaux merged commit 65f7885 into spring-projects:master Sep 16, 2020
@jzheaux
Copy link
Contributor

jzheaux commented Sep 16, 2020

Thanks for the PR, @tt4g! This is now merged into master.

@jzheaux jzheaux added this to the 5.4.1 milestone Sep 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: web An issue in web modules (web, webmvc) status: duplicate A duplicate of another issue type: bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

WebSessionServerCsrfTokenRepository#generateToken() don't use Schedulers.boundedElastic()
3 participants