Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-3613

IPv6 addresses not property handling in remoting URLs

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Critical
    • 7.1.0.Final
    • None
    • Domain Management
    • None

    Description

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

      Attachments

        Activity

          People

            kkhan1@redhat.com Kabir Khan
            bstansbe@redhat.com Brian Stansberry
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: