-
Type: Bug
-
Resolution: Unresolved
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Connection String
-
None
-
Java Drivers
The connection string specification requires that drivers log malformed query parameters but otherwise ignore them. The Java driver violates that specification in several places, e.g by throwing IllegalArgumentException in several situations, e.g.
- Malformed integers
- Malformed auth mechanism properties
- Malformed read preference tags