Hynek Švábek created ELY-653:
--------------------------------
Summary: KeystorePasswordStore contains inconsistency about MODIFIABLE
configuration attribute
Key: ELY-653
URL:
https://issues.jboss.org/browse/ELY-653
Project: WildFly Elytron
Issue Type: Bug
Reporter: Hynek Švábek
Assignee: Peter Skopek
KeystorePasswordStore contains inconsistency about MODIFIABLE configuration attribute.
Here it is used MODIFIABLE attribute:
https://github.com/wildfly-security/wildfly-elytron/blob/1.1.0.Beta10/src...
But it is missing between supported configuration attributes:
https://github.com/wildfly-security/wildfly-elytron/blob/1.1.0.Beta10/src...
I cannot see any condition with isModifiable() in *store()* method:
https://github.com/wildfly-security/wildfly-elytron/blob/1.1.0.Beta10/src...
In my opinion MODIFIABLE attribute should be supported otherwise please remove code about
MODIFIABLE from *initialize()* method.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)