[JAVA-4367] Warn instead of throw for invalid query parameter values in connection string Created: 20/Oct/21 Updated: 30/Mar/22 |
|
| Status: | Backlog |
| Project: | Java Driver |
| Component/s: | Configuration |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Improvement | Priority: | Unknown |
| Reporter: | Jeffrey Yemin | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Upstream Changes Summary: | The connection string spec states:
The Java driver throws instead for many of these cases. The connection string implementation should comply with the specification, and start running the URI options spec tests that specify warning: true. They are currently skipped because many of them throw exceptions. |
| Description |
|
Also, enable spec tests for this that are currently skipped |