[jboss-jira] [JBoss JIRA] (WFLY-2730) HTTP upgrade does not accept multiple acceptors

Jeff Mesnil (JIRA) issues at jboss.org
Wed Jan 15 05:32:33 EST 2014


     [ https://issues.jboss.org/browse/WFLY-2730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeff Mesnil updated WFLY-2730:
------------------------------

    Priority: Critical  (was: Major)

    
> 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
>            Priority: Critical
>             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