Skip to content

Replace servlet status code with HttpStatus in back-channel logout filters #17128

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

therepanic
Copy link
Contributor

@therepanic therepanic commented May 16, 2025

A couple of classes in the webflux module used the jakarta.servlet module class to specify statuses, which in a way makes us dependent on them and that is wrong. In my fix I used org.springframework.http.HttpStatus

Fixes: #17125

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label May 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: waiting-for-triage An issue we've not yet triaged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OidcBackChannelLogoutWebFilter make use of a servlet class
2 participants