[
https://issues.jboss.org/browse/AS7-3613?page=com.atlassian.jira.plugin.s...
]
Kabir Khan updated AS7-3613:
----------------------------
Assignee: Kabir Khan (was: Brian Stansberry)
IPv6 addresses not property handling in remoting URLs
-----------------------------------------------------
Key: AS7-3613
URL:
https://issues.jboss.org/browse/AS7-3613
Project: Application Server 7
Issue Type: Bug
Components: Domain Management
Reporter: Brian Stansberry
Assignee: Kabir Khan
Priority: Critical
Fix For: 7.1.0.Final
Attachments: urls.txt
This won't fly if the hostname is an IPv6 address:
bstansberry$ git grep remote://
controller-client/src/main/java/org/jboss/as/controller/client/impl/ProtocolConfigurationFactory.java:
configuration.setUri(new URI("remote://" + client.getHost() +
":" + client.getPort()));
host-controller/src/main/java/org/jboss/as/host/controller/RemoteDomainConnectionService.java:
configuration.setUri(new URI("remote://" +
localHostInfo.getRemoteDomainControllerHost() + ":" +
localHostInfo.getRemoteDomainCont
server/src/main/java/org/jboss/as/server/mgmt/domain/HostControllerConnectionService.java:
configuration.setUri(new URI("remote://" +
hcAddressInjector.getValue().getHostName() + ":" +
hcAddressInjector.getValue().getPort()))
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira