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: ensure we don't generate unnecessary tokens on reroute #2558

Merged
merged 1 commit into from
Jan 30, 2024

Conversation

chrispatmore
Copy link
Contributor

don't generate an extra token on reroute. Also on request end use the token from the context not the one held in memory for lambda

Motivation:

Fixes: #2557

don't generate an extra token on reroute. Also on request
end use the token from the context not the one held in memory
for lambda

Signed-off-by: Chris Patmore <[email protected]>
@tsegismont tsegismont merged commit 602ac41 into vert-x3:master Jan 30, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

CSRF Handler update doesn't work with context.reroute()
2 participants