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