https://issues.apache.org/bugzilla/show_bug.cgi?id=54709

--- Comment #4 from Nick Williams <nicho...@nicholaswilliams.net> ---
If SSL support is completed by commenting out:

sa = new InetSocketAddress(host, 443);

Then if someone specifies a URL:

wss://localhost:8443/webSocketEndpoint

The code will attempt to connect to this instead:

wss://localhost:443/webSocketEndpoint

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to