Hynek Švábek created ELY-708:
--------------------------------
Summary: Elytron key-store with WrongPassword is replace with zero size file
when I process "store" operation over CLI.
Key: ELY-708
URL:
https://issues.jboss.org/browse/ELY-708
Project: WildFly Elytron
Issue Type: Bug
Reporter: Hynek Švábek
Assignee: Darran Lofthouse
When I create elytron key-store with wrong password and execute *store* operation
/subsystem=elytron/key-store=firefly:store()
then the key-store file is replace with zero size.file.
I can see this error message
{code}
{
"outcome" => "failed",
"result" => undefined,
"failure-description" => "WFLYCTL0158: Operation handler failed:
java.lang.IllegalArgumentException: password can't be null",
"rolled-back" => true
}
{code}
--
This message was sent by Atlassian JIRA
(v7.2.2#72004)