Details
Description
In ExplorerLoginForm class there is getBytes() in return statement without explicitly given encoding. It's wrong becasue default encoding may be other than utf-8 (for win) and this lead to incorrect text for non ascii-symbols on login page for such environments.
Encoding should be presented explicit for getBytes() method.
Activity
Frederik Heremans
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Frederik Heremans [ frederikheremans ] | |
| Fix Version/s | 5.12 [ 18879 ] |
Frederik Heremans
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
Fixed by Henry Yan on master, 5 weeks ago.