Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
all
-
None
Description
Option clientCertificateKeyStoreUrl with empty value (i.e. "") must throw an Exception.
If set, option clientCertificateKeyStoreUrl must be a valid keystore url value.
At the same time, options concerning keystore and truststore like "trustCertificateKeyStoreUrl" are very confusing. It would be better to use java-ish named, and keep current names as alias for compatibility with existing version and mysql. (option "trustCertificateKeyStoreUrl" may be "trustStoreUrl" or "trustStore")
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Description |
Option clientCertificateKeyStoreUrl with empty value (i.e. "") must throw an Exception.
If set, option clientCertificateKeyStoreUrl must be a valid keystore url value. https://github.com/MariaDB/mariadb-connector-j/blob/master/src/main/java/org/mariadb/jdbc/internal/protocol/AbstractConnectProtocol.java#L258 |
Option clientCertificateKeyStoreUrl with empty value (i.e. "") must throw an Exception.
If set, option clientCertificateKeyStoreUrl must be a valid keystore url value. https://github.com/MariaDB/mariadb-connector-j/blob/master/src/main/java/org/mariadb/jdbc/internal/protocol/AbstractConnectProtocol.java#L258 At the same time, options concerning keystore and truststore like "trustCertificateKeyStoreUrl" are very confusing. It would be better to use java-ish named, and keep current names as alias for compatibility with existing version and mysql. (option "trustCertificateKeyStoreUrl" may be "trustStoreUrl" or "trustStore") |
Fix Version/s | 1.5.3 [ 22300 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Component/s | Other [ 12201 ] | |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 76889 ] | MariaDB v4 [ 134900 ] |