Skip to content

Commit

Permalink
Remove list of supported websocket servers
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
snicoll committed Nov 27, 2023
1 parent 264ec51 commit 4e2d357
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@
*
* <p>If the negotiation succeeds, the actual upgrade is delegated to a server-specific
* {@link org.springframework.web.socket.server.RequestUpgradeStrategy}, which will update
* the response as necessary and initialize the WebSocket. Currently, supported servers are
* Jetty 9.0-9.3, Tomcat 7.0.47+ and 8.x, Undertow 1.0-1.3, GlassFish 4.1+, WebLogic 12.1.3+.
* the response as necessary and initialize the WebSocket.
*
* @author Rossen Stoyanchev
* @author Juergen Hoeller
Expand Down

0 comments on commit 4e2d357

Please sign in to comment.