]
Jan Kalina reassigned ELY-334:
------------------------------
Assignee: Jan Kalina
Tests are relying on the platform default charset
-------------------------------------------------
Key: ELY-334
URL:
https://issues.jboss.org/browse/ELY-334
Project: WildFly Elytron
Issue Type: Bug
Components: Testsuite
Reporter: David Lloyd
Assignee: Jan Kalina
Priority: Minor
There are a number of uses of {{String(byte[])}} which assume the platform default
charset is ASCII-derived. These need to be changed to specify {{StandardCharsets.UTF_8}}
as the second method argument.