-
Bug
-
Resolution: Done
-
Major
-
1.0.6.Final
-
None
-
Compatibility/Configuration
Unchecked exceptions thrown from method javax.websocket.Endpoint.onOpen are not caught by the container. These are propagated to the application.
I believe that these should be caught by the container according to the spec (Java API for WebSocket, Version 1.0, Chapter 5,2,2, WSC-5.2.2-1).
For example, the Jetty 9.1.4 container does catch these.
What do you think?