Re: WebSocket Handshake returns Unexpected Response Code 500

2016-12-06 Thread Igal @ Lucee.org
OK, apparently HandshakeRequest's getRequestURI().getAuthority() returns null and my code didn't account for that. I'm surprised that nothing was logged anywhere though, even with a FINE log level. Igal Sapir Lucee Core Developer Lucee.org On 12/6/2016 5:18 PM, Igal @ Lu

Re: WebSocket Handshake returns Unexpected Response Code 500

2016-12-06 Thread Igal @ Lucee.org
On 12/6/2016 4:25 PM, Igal @ Lucee.org wrote: This is a cross post with http://stackoverflow.com/questions/41007216/websocket-handshake-on-tomcat-returns-unexpected-response-code-500 : I have a WebSocket application that registers the endpoint programmatically, without the use of Annotation

WebSocket Handshake returns Unexpected Response Code 500

2016-12-06 Thread Igal @ Lucee.org
This is a cross post with http://stackoverflow.com/questions/41007216/websocket-handshake-on-tomcat-returns-unexpected-response-code-500 : I have a WebSocket application that registers the endpoint programmatically, without the use of Annotations. The relevant code is: |ServerEndpointConfig