[jboss-jira] [JBoss JIRA] (WFLY-2731) HTTP upgrade does not accept multiple acceptors
Jeff Mesnil (JIRA)
issues at jboss.org
Thu Jan 9 09:49:33 EST 2014
Jeff Mesnil created WFLY-2731:
---------------------------------
Summary: HTTP upgrade does not accept multiple acceptors
Key: WFLY-2731
URL: https://issues.jboss.org/browse/WFLY-2731
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
More information about the jboss-jira
mailing list