[CXX-272] Connection strings parsing changes from v1.6 to v1.8 Created: 09/Aug/11 Updated: 13/Nov/14 Resolved: 03/Jul/14 |
|
| Status: | Closed |
| Project: | C++ Driver |
| Component/s: | API, Implementation |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major - P3 |
| Reporter: | Kyle Banker | Assignee: | Andrew Morrow (Inactive) |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | legacy-cxx | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Issue Links: |
|
||||||||||||
| Description |
|
Using a connection string that includes 'mongodb://' will fail with the v1.8 mongo client. But it works with v1.6. According to the docs, 'mongodb://' is a required prefix. We should probably support a connection string both having and lacking the prefix at this point. |