Details
-
Task
-
Resolution: Done
-
Major - P3
-
None
-
None
-
Fully Compatible
Description
Currently ConnectionString::parse returns an invalid ConnectionString object if it fails and passes the message in a separate output parameter.
It should be changed to instead return StatusWith<ConnectionString> and the variant, which returns an invalid ConnectionString should be removed.
Attachments
Issue Links
- is duplicated by
-
SERVER-8980 ConnectionString::parse on some invalid input throws exception, on others returns an invalid ConnectionString
-
- Closed
-