Uploaded image for project: 'Java Driver'
  1. Java Driver
  2. JAVA-2645

A few connection string specification tests are failing

    • Type: Icon: New Feature New Feature
    • Resolution: Duplicate
    • Priority: Icon: Major - P3 Major - P3
    • 3.7.0
    • Affects Version/s: None
    • Component/s: Configuration
    • None

      The following tests from invalid-uris.json are failing:

          {
            "description": "Username containing an unescaped slash",
            "uri": "mongodb://alice/@localhost/db",
            "valid": false,
            "warning": null,
            "hosts": null,
            "auth": null,
            "options": null
          },
          {
            "description": "Username containing unescaped slash with password",
            "uri": "mongodb://alice/bob:foo@localhost/db",
            "valid": false,
            "warning": null,
            "hosts": null,
            "auth": null,
            "options": null
          },
      

      They should be fixed and enabled.

            Assignee:
            Unassigned Unassigned
            Reporter:
            jeff.yemin@mongodb.com Jeffrey Yemin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: