-
Type:
Task
-
Resolution: Done
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Networking
-
None
-
Fully Compatible
-
None
-
None
-
None
-
None
-
None
-
None
-
None
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.
- is duplicated by
-
SERVER-8980 ConnectionString::parse on some invalid input throws exception, on others returns an invalid ConnectionString
-
- Closed
-