[CONJ-212] Implement password encoding charset option Created: 2015-11-05 Updated: 2017-03-19 Resolved: 2017-03-03 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | Other |
| Affects Version/s: | None |
| Fix Version/s: | 1.5.9 |
| Type: | Task | Priority: | Minor |
| Reporter: | Diego Dupin | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
String password are send to server according to platform's default charset. new option passwordCharacterEncoding must permit to define password encoding if set. |
| Comments |
| Comment by Diego Dupin [ 2017-03-02 ] |
|
There is 2 differents problems concerning password encoding :
Client side, adding passwordCharacterEncoding option will permit to handle that. |