[JAVA-2645] A few connection string specification tests are failing Created: 25/Oct/17  Updated: 26/Dec/17  Resolved: 26/Dec/17

Status: Closed
Project: Java Driver
Component/s: Configuration
Affects Version/s: None
Fix Version/s: 3.7.0

Type: New Feature Priority: Major - P3
Reporter: Jeffrey Yemin Assignee: Unassigned
Resolution: Duplicate Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate
duplicates JAVA-2540 Database name should be checked for v... Closed

 Description   

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.


Generated at Thu Feb 08 08:57:44 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.