Quickstart websocket-hello index.html has hardcoded URL
-------------------------------------------------------
Key: WFLY-10549
URL:
https://issues.jboss.org/browse/WFLY-10549
Project: WildFly
Issue Type: Bug
Components: Quickstarts
Affects Versions: 13.0.0.Final
Reporter: Eduardo Martins
Assignee: Eduardo Martins
Fix For: 14.0.0.CR1
The quick start's index.html includes a partially hardcoded URL, which requires the
web app to be deployed at /websocket-hello:
{code}
var wsURI = wsProtocol + '://' + window.location.host +
'/websocket-hello/websocket/helloName'
{code}