Jeff Mesnil created WFLY-2730:
---------------------------------
Summary: HTTP upgrade does not accept multiple acceptors
Key: WFLY-2730
URL:
https://issues.jboss.org/browse/WFLY-2730
Project: WildFly
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: JMS
Affects Versions: 8.0.0.CR1
Reporter: Jeff Mesnil
Assignee: Jeff Mesnil
Fix For: 8.0.0.Final
The http-acceptors are multiplexed over the HTTP port.
If there are multiple http-acceptors registered, a http-connector that uses the HTTP
upgrade mechanism will use the first whose handshake is successful and can not chose a
given http-acceptor.
With native messaging ports, the solution was to use different ports for different
acceptors but with HTTP upgrade, everything goes through the HTTP port.
HornetQ connectors must pass "http-upgrade-endpoint" when the HTTP upgrade is
initiated so that we ensure the handshake is successful only for the matching acceptor
corresponding to the "http-upgrade-endpoint" value.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira