-
Type:
New Feature
-
Resolution: Duplicate
-
Priority:
Major - P3
-
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.
- duplicates
-
JAVA-2540 Database name should be checked for validity in connection string
-
- Closed
-