William DeCoste created AS7-6223:
------------------------------------
Summary: org.jboss.as.protocol.ProtocolChannelClient needs to support client
socket bind address config
Key: AS7-6223
URL:
https://issues.jboss.org/browse/AS7-6223
Project: Application Server 7
Issue Type: Feature Request
Components: CLI
Affects Versions: 7.1.0.Final
Reporter: William DeCoste
Assignee: William DeCoste
OpenShift requires that the client socket bind address be set to the OPENSHIFT_INTENRAL_IP
loopback. ProtocolChannelClient currently does not support config for the bind address.
connect(..) should be calling
return endpoint.connect("remote", bindAddress, destAddress, builder.getMap(),
actualHandler, sslContext);
instead of
return endpoint.connect(uri, builder.getMap(), actualHandler, sslContext);
and expose bindAddress config
--
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