Skip to content

Commit 4e2d357

Browse files
committed
Remove list of supported websocket servers
This commit removes a list of hardcoded servers and version as this is bound to get outdated and the reference guide/wiki is a more suitable place for this.
1 parent 264ec51 commit 4e2d357

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spring-websocket/src/main/java/org/springframework/web/socket/server/support/AbstractHandshakeHandler.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@
6464
*
6565
* <p>If the negotiation succeeds, the actual upgrade is delegated to a server-specific
6666
* {@link org.springframework.web.socket.server.RequestUpgradeStrategy}, which will update
67-
* the response as necessary and initialize the WebSocket. Currently, supported servers are
68-
* Jetty 9.0-9.3, Tomcat 7.0.47+ and 8.x, Undertow 1.0-1.3, GlassFish 4.1+, WebLogic 12.1.3+.
67+
* the response as necessary and initialize the WebSocket.
6968
*
7069
* @author Rossen Stoyanchev
7170
* @author Juergen Hoeller

0 commit comments

Comments
 (0)