[CONJ-454] SSL cert on driver URL fails because URL parser strips new lines Created: 2017-04-07 Updated: 2017-06-02 Resolved: 2017-06-02 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | Other |
| Affects Version/s: | 1.5.9 |
| Fix Version/s: | 1.6.0, 2.0.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Matthew | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
On previous versions of the driver, we appended the full ".pem" string to the URL (as is allowed per documentation). In recent versions, this no longer works because a regex in url parser strips newlines that are part of file. |