[jboss-jira] [JBoss JIRA] (WFLY-2166) servlet-connector uses socket-binding's host
Jeff Mesnil (JIRA)
jira-events at lists.jboss.org
Thu Sep 26 11:40:02 EDT 2013
Jeff Mesnil created WFLY-2166:
---------------------------------
Summary: servlet-connector uses socket-binding's host
Key: WFLY-2166
URL: https://issues.jboss.org/browse/WFLY-2166
Project: WildFly
Issue Type: Bug
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