[jboss-jira] [JBoss JIRA] (WFLY-2166) servlet-connector uses socket-binding's host

Jeff Mesnil (JIRA) issues at jboss.org
Tue Dec 17 11:16:36 EST 2013


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

Jeff Mesnil resolved WFLY-2166.
-------------------------------

    Resolution: Out of Date


servlet-connector resource has been removed and replaced by http-connector that use HTTP Upgrade + HornetQ remoting protocol instead of tunnelling everything inside a Servlet
                
> servlet-connector uses socket-binding's host
> --------------------------------------------
>
>                 Key: WFLY-2166
>                 URL: https://issues.jboss.org/browse/WFLY-2166
>             Project: WildFly
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: JMS
>            Reporter: Jeff Mesnil
>            Assignee: Jeff Mesnil
>
> The servlet-connector has socket-binding attribute that is used to determine the host & port of the HTTP server so that a client can connect to it.
> It determines the host by calling the SocketBinding's getDestinationAddress().getHostAddress() method.
> This may lead to issues if the HTTP server is behind a proxy as the servlet-connector will use the address of the HTTP server and bypass the proxy.

--
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