You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Jacob Barrett (Jira)" <ji...@apache.org> on 2019/12/18 19:45:00 UTC

[jira] [Created] (GEODE-7594) Providing locator as ipv6 address is not supported.

Jacob Barrett created GEODE-7594:
------------------------------------

             Summary: Providing locator as ipv6 address is not supported.
                 Key: GEODE-7594
                 URL: https://issues.apache.org/jira/browse/GEODE-7594
             Project: Geode
          Issue Type: Bug
          Components: native client
            Reporter: Jacob Barrett


Providing a locator address of {{[::1]}} should connect to IPv6 localhost on the default port.

Ambiguity arrises from our non-standard use of the {{[]}} to denote port number. If we continue to support that then {{[ipv6-address][port]}} should also be a supported format. Preferably {{host[port]}} format should be deprecated in favor of the standard {{host:port}}.

At a very least we should accept:
{{domain:port}}
{{ipv4-address:port}}
{{[ipv6-address]:port}}
{{domain[port]}} with deprecation warning
{{ipv4-address[port]}} with deprecation warning

https://tools.ietf.org/html/rfc3986
https://en.wikipedia.org/wiki/IPv6_address#Literal_IPv6_addresses_in_network_resource_identifiers




--
This message was sent by Atlassian Jira
(v8.3.4#803005)