[
https://issues.jboss.org/browse/WFLY-4725?page=com.atlassian.jira.plugin....
]
Radim Hatlapatka moved JBEAP-241 to WFLY-4725:
----------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-4725 (was: JBEAP-241)
Workflow: GIT Pull Request workflow (was: CDW v1)
Affects Version/s: 10.0.0.Alpha2
(was: EAP 7.0.0.DR2)
Component/s: Web (Undertow)
Web Sockets
(was: Web (Undertow))
(was: Web Sockets)
Target Release: (was: EAP 7.0.0.GA)
Deployment fails when jboss-web.xml contains
<enable-websockets>true</enable-websockets>
----------------------------------------------------------------------------------------
Key: WFLY-4725
URL:
https://issues.jboss.org/browse/WFLY-4725
Project: WildFly
Issue Type: Bug
Components: Web (Undertow), Web Sockets
Affects Versions: 10.0.0.Alpha2
Reporter: Radim Hatlapatka
Assignee: Stuart Douglas
Priority: Minor
When deploying application with WebSockets used in EAP 6 to EAP 7, deployment will fail
due EAP7 not supporting [1] in jboss-web.xml. The {{<enable-websockets>}} element is
required in EAP 6 to enable the WebSockets functionality in JBoss Web.
This element should be also allowed in EAP 7 in order to simplify migration from EAP 6.
Functionality of {{ <enable-websockets>true</enable-websockets>}} can be
ignored as in EAP 7 and in Undertow there is no need to enable WebSockets explicitly.
[1]
{code:xml}
<jboss-web version="7.2"
xmlns="http://www.jboss.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.jboss.com/xml/ns/javaee
schema/jboss-web_7_2.xsd">
<enable-websockets>true</enable-websockets>
</jboss-web>
{code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)