A few connection string specification tests are failing

XMLWordPrintableJSON

    • Type: New Feature
    • Resolution: Duplicate
    • Priority: Major - P3
    • 3.7.0
    • Affects Version/s: None
    • Component/s: Configuration
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • 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
              Reporter:
              Jeffrey Yemin
              None
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: