diff --git a/src/docs/asciidoc/web/websocket.adoc b/src/docs/asciidoc/web/websocket.adoc index 5da46a6a3e2bd6797e8ebed65127e452469818f3..c6aae0ce4e98e7209f11d66045d8ffb6a82d1b69 100644 --- a/src/docs/asciidoc/web/websocket.adoc +++ b/src/docs/asciidoc/web/websocket.adoc @@ -204,11 +204,10 @@ Undertow (and WildFly). ==== A request to overcome the above limitation in the Java WebSocket API has been created and can be followed at -https://java.net/jira/browse/WEBSOCKET_SPEC-211[WEBSOCKET_SPEC-211]. -Tomcat, Jetty, and WebSphere provide their own API alternatives that -makes it easy to overcome the limitation. We are hopeful that more servers -will follow their example regardless of when it is addressed in the -Java WebSocket API. +https://github.com/eclipse-ee4j/websocket-api/issues/211[WEBSOCKET_SPEC-211]. +Tomcat, Undertow and WebSphere provide their own API alternatives that +makes it possible to this, and it's also possible with Jetty. We are hopeful +that more servers will follow do the same. ==== A secondary consideration is that Servlet containers with JSR-356 support are expected