Eduardo Martins created WFLY-10549:
--------------------------------------
Summary: 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
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}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)