-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Connection String
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Use Case
As a MongoDB user
I want to be able to connect to my database
So that __ I can use mongodb features
User Experience
- A user with an uncredentialed database string should be able to connect to their database, when the database name features valid special characters as per the spec (E.G: 'mongodb://localhost/d@tabase')
Dependencies
- N/A
Risks/Unknowns
- This change may require modifying a regular expression which abstracts a significant portion of uri tokenization. As a consequence, regressions and bugs may be introduced
Acceptance Criteria
Implementation Requirements
- The validation layer of our connection strings in mongodb-connection-string-url should accept an uncredentialed connection string with '@' in the database name, and other special characters as per our docs
Testing Requirements
- Tests should evolve to cover valid connection string cases which include this particular format.
Documentation Requirements
- N/A
Follow Up Requirements
- N/A