Files
spring-boot/spring-boot-project
Brian Clozel c366ddaca0 Avoid duplicate RSocket endpoint for WebSocket
Prior to this commit, choosing a "websocket" transport for your RSocket
endpoint with `spring.rsocket.server.port` would not only expose the
endpoint on that specific port, but also on the main server.

This commit refines the auto-configuration condition to only add a route
on the main server if the separate port is not chosen.

Fixes gh-49592
2026-03-13 16:45:43 +01:00
..