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.