UTF-8 Hostnames in connection URI should be allowed

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Done
    • Priority: Major - P3
    • 1.7.0
    • Affects Version/s: None
    • Component/s: None
    • None
    • None
    • None
    • None
    • None
    • None
    • 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:
            Hannes Magnusson (Inactive)
            Reporter:
            Hannes Magnusson (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: