Comments - MariaDB Community Bug Reporting

7 years, 2 months ago Robin Newton

It looks like I'd have to have a JIRA account before I could report a bug. Surely that can't be right - what am I missing?

Whilst I'm here, I could describe the bug I actually wanted to raise, which is in the Java connector. The shortest description of it would be to say that in MariaDbX509TrustManager.java, there appear to be out-by-one errors in these two lines:

if (trustStore.startsWith("file:///")) trustStore = trustStore.substring(8);
if (trustStore.startsWith("file://")) trustStore = trustStore.substring(7);
 
7 years, 2 months ago Ian Gilfillan

Yes, to report a bug you need to create an account.

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.