Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-3608

HotRod client cannot be configured to connect to servers running on IPv6 through hotrod-client.properties

    XMLWordPrintable

Details

    Description

      HotRod client's RemoteCacheManager still has a constructor that internally reads hotrod-client.properties (public RemoteCacheManager(boolean start)) and this constructor is not deprecated.

      This call leads to parsing "server_list" property by ConfigurationBuilder.addServers(String servers)).

      However, IPv6 addresses usually contain colons and so this parsing fails (enable to differentiate the host and port as these are separated by colon too)

      Attachments

        Activity

          People

            rh-ee-galder Galder ZamarreƱo
            mgencur Martin Gencur
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: