]
Ilia Vassilev reassigned ELY-844:
---------------------------------
Assignee: Ilia Vassilev (was: Darran Lofthouse)
Coverity: default platform encoding used in TokenRealmDefinition
(Elytron subsystem)
------------------------------------------------------------------------------------
Key: ELY-844
URL:
https://issues.jboss.org/browse/ELY-844
Project: WildFly Elytron
Issue Type: Bug
Reporter: Josef Cacek
Assignee: Ilia Vassilev
Priority: Minor
Labels: static_analysis
Coverity static-analysis scan found a String to byte conversion with default platform
encoding in the {{TokenRealmDefinition.performRuntime}} method.
https://scan7.coverity.com/reports.htm#v16159/p12663/fileInstanceId=68921...
Following code
{code:java}
jwtValidatorBuilder.publicKey(publicKey.getBytes());
{code}
The encoding should be specified as argument.