Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-15835

Ipv6 address parsing still accepts ambiguous strings

    • ALL

      e.g.
      HostAndPort("124d:efg:34") will succeed as host "124d:efg" on port 34, but should fail. To get that host/port combo, we should require the [] format: HostAndPort("[124d:efg]:34")

            Assignee:
            charlie.swanson@mongodb.com Charlie Swanson
            Reporter:
            charlie.swanson@mongodb.com Charlie Swanson
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: