Closed
Description
Tell us about the problem you're trying to solve
Currently, we allow users to enter additional JDBC parameters in free form. If the parameters are entered incorrectly, the connection will fail. If user enters any of the parameters that the connector specifies internally (such as SSH-related parameters), the parameters will end up duplicated in the URL causing non-deterministic behavior.
Describe the solution you’d like
- Validate parameter format (key1=value1&key2=value2) in
check
method - fail
check
method if user specifies any of the parameters that the connector uses internally