]
Brian Stansberry updated AS7-6223:
----------------------------------
Fix Version/s: 7.2.0.Alpha1
Component/s: Domain Management
Added "Domain Management" component as this affects any management client that
uses the native interface.
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, Domain Management
Affects Versions: 7.1.0.Final
Reporter: William DeCoste
Assignee: William DeCoste
Fix For: 7.2.0.Alpha1
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: