Jean-Francois Denise created ELY-829:
----------------------------------------
Summary: ClearPassword.rawPassword should clone password
Key: ELY-829
URL:
https://issues.jboss.org/browse/ELY-829
Project: WildFly Elytron
Issue Type: Bug
Reporter: Jean-Francois Denise
Assignee: Darran Lofthouse
No cloning occurs:
static ClearPassword createRaw(String algorithm, char[] password) {
return new RawClearPassword(algorithm, password);
}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)