]
Hynek Švábek reassigned ELY-708:
--------------------------------
Assignee: Peter Skopek (was: Darran Lofthouse)
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
Affects Versions: 1.1.0.Beta11
Reporter: Hynek Švábek
Assignee: Peter Skopek
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}