Update link to WebSocket spec issue

master
Rossen Stoyanchev 7 years ago
parent 4b9e3a9211
commit b8d72516e1
  1. 9
      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 A request to overcome the above limitation in the Java WebSocket API has been
created and can be followed at created and can be followed at
https://java.net/jira/browse/WEBSOCKET_SPEC-211[WEBSOCKET_SPEC-211]. https://github.com/eclipse-ee4j/websocket-api/issues/211[WEBSOCKET_SPEC-211].
Tomcat, Jetty, and WebSphere provide their own API alternatives that Tomcat, Undertow and WebSphere provide their own API alternatives that
makes it easy to overcome the limitation. We are hopeful that more servers makes it possible to this, and it's also possible with Jetty. We are hopeful
will follow their example regardless of when it is addressed in the that more servers will follow do the same.
Java WebSocket API.
==== ====
A secondary consideration is that Servlet containers with JSR-356 support are expected A secondary consideration is that Servlet containers with JSR-356 support are expected

Loading…
Cancel
Save