[Bug 56343] NPE in org.apache.tomcat.websocket.WsWebSocketContainer.connectToServer

2014-04-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56343 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug 56343] NPE in org.apache.tomcat.websocket.WsWebSocketContainer.connectToServer

2014-04-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56343 --- Comment #8 from Mark Thomas --- The public API for the Tomcat implementation of the Java WebSocket 1.0 API and any other implementation (inlcuding the RI) should be identical. I was checking this regularly all the way through developmen

[Bug 56343] NPE in org.apache.tomcat.websocket.WsWebSocketContainer.connectToServer

2014-04-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56343 --- Comment #7 from Przemyslaw Bielicki --- and I found that there are some discrepancies in ClientEndpointConfig.java between Tomcat and JSR jars. IMHO you should align Tomcat WebSocket API to match the one from JSR, to avoid such nasty e

[Bug 56343] NPE in org.apache.tomcat.websocket.WsWebSocketContainer.connectToServer

2014-04-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56343 --- Comment #6 from Przemyslaw Bielicki --- small tip: I'm not using tomcat-websocket-api.jar - I'm using the official javax.websocket-api-1.0.jar instead -- You are receiving this mail because: You are the assignee for the bug.

[Bug 56343] NPE in org.apache.tomcat.websocket.WsWebSocketContainer.connectToServer

2014-04-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56343 --- Comment #5 from Przemyslaw Bielicki --- Created attachment 31471 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31471&action=edit EchoClient.java websocket client endpoint -- You are receiving this mail because: You are th

[Bug 56343] NPE in org.apache.tomcat.websocket.WsWebSocketContainer.connectToServer

2014-04-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56343 --- Comment #4 from Przemyslaw Bielicki --- Created attachment 31470 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31470&action=edit WsClient.java main class -- You are receiving this mail because: You are the assignee for th

[Bug 56343] NPE in org.apache.tomcat.websocket.WsWebSocketContainer.connectToServer

2014-04-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56343 --- Comment #3 from Mark Thomas --- Please provide test case (with all source code) for the simplest possible client (I'd strongly suggest the client connects to the Tomcat WebSocket echo example on localhost, port 8080 for easy testing) th

[Bug 56343] NPE in org.apache.tomcat.websocket.WsWebSocketContainer.connectToServer

2014-04-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56343 Przemyslaw Bielicki changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|

[Bug 56343] NPE in org.apache.tomcat.websocket.WsWebSocketContainer.connectToServer

2014-04-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56343 Remy Maucherat changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---