Skip to content

fix: Add null check for session in WebFluxSseServerTransportProvider #138

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

Merged
merged 1 commit into from
Apr 10, 2025

Conversation

tzolov
Copy link
Contributor

@tzolov tzolov commented Apr 10, 2025

Add error handling to return a 404 NOT_FOUND response when a request is made with a non-existent session ID. This prevents potential NullPointerExceptions when processing requests with invalid session IDs.

Add error handling to return a 404 NOT_FOUND response when a request
is made with a non-existent session ID. This prevents potential
NullPointerExceptions when processing requests with invalid session IDs.

Signed-off-by: Christian Tzolov <christian.tzolov@broadcom.com>
@tzolov tzolov added bug Something isn't working server labels Apr 10, 2025
@tzolov tzolov added this to the 0.9.0 milestone Apr 10, 2025
@tzolov tzolov merged commit 2895d15 into main Apr 10, 2025
1 check passed
@tzolov tzolov deleted the handle-server-missing-session-id branch April 10, 2025 11:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working server
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant