-
Notifications
You must be signed in to change notification settings - Fork 38.3k
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
HandlerMapping for WebSocket Requests Only #26565
Comments
This was referenced Mar 16, 2021
This was referenced Mar 17, 2021
Closed
lxbzmy
pushed a commit
to lxbzmy/spring-framework
that referenced
this issue
Mar 26, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is an existing
WebSocketUrlHandlerMapping
inspring-websocket
(none inspring-webflux
). However currently it does nothing more than delegateLlifecycle
methods to handlers. What would be useful is the ability to map WebSocket requests only. That avoids the need for a dedicated path or sub-path specifically for WebSocket requests and makes it possible for the same URL can be handled differently when it isn't a WebSocket request.The text was updated successfully, but these errors were encountered: