Uploaded image for project: 'C Driver'
  1. C Driver
  2. CDRIVER-2021

UTF-8 Hostnames in connection URI should be allowed

    • Type: Icon: Task Task
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 1.7.0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None

      diff --git a/tests/json/connection_uri/valid-host_identifiers.json b/tests/json/connection_uri/valid-host_identifiers.json
      index 1424dd5..a061a6e 100644
      --- a/tests/json/connection_uri/valid-host_identifiers.json
      +++ b/tests/json/connection_uri/valid-host_identifiers.json
      @@ -129,26 +129,6 @@
             ],
             "auth": null,
             "options": null
      -    },
      -    {
      -      "description": "UTF-8 hosts",
      -      "uri": "mongodb://bücher.example.com,umläut.example.com/",
      -      "valid": true,
      -      "warning": false,
      -      "hosts": [
      -        {
      -          "type": "hostname",
      -          "host": "bücher.example.com",
      -          "port": null
      -        },
      -        {
      -          "type": "hostname",
      -          "host": "umläut.example.com",
      -          "port": null
      -        }
      -      ],
      -      "auth": null,
      -      "options": null
           }
         ]
      -}
      \ No newline at end of file
      +}
      

            Assignee:
            bjori Hannes Magnusson
            Reporter:
            bjori Hannes Magnusson
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: