[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 ma...@apache.org changed: What|Removed |Added Status|REOPENED|RESOLVED

[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 r...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

[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 pbieli...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[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 ma...@apache.org --- 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

[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 pbieli...@gmail.com --- Created attachment 31470 -- https://issues.apache.org/bugzilla/attachment.cgi?id=31470action=edit WsClient.java main class -- You are receiving this mail because: You are

[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 pbieli...@gmail.com --- Created attachment 31471 -- https://issues.apache.org/bugzilla/attachment.cgi?id=31471action=edit EchoClient.java websocket client endpoint -- You are receiving this mail

[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 pbieli...@gmail.com --- 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

[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 pbieli...@gmail.com --- 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,

[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 ma...@apache.org --- 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