[jboss-jira] [JBoss JIRA] (ELY-684) KeystorePasswordStore contains inconsistency about MODIFIABLE configuration attribute
Hynek Švábek (JIRA)
issues at jboss.org
Tue Oct 25 10:43:00 EDT 2016
Hynek Švábek created ELY-684:
--------------------------------
Summary: KeystorePasswordStore contains inconsistency about MODIFIABLE configuration attribute
Key: ELY-684
URL: https://issues.jboss.org/browse/ELY-684
Project: WildFly Elytron
Issue Type: Bug
Components: Credential Store
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/main/java/org/wildfly/security/credential/store/impl/KeystorePasswordStore.java#L275
But it is missing between supported configuration attributes:
https://github.com/wildfly-security/wildfly-elytron/blob/1.1.0.Beta10/src/main/java/org/wildfly/security/credential/store/impl/KeystorePasswordStore.java#L222
I cannot see any condition with isModifiable() in *store()* or *remove()* method:
https://github.com/wildfly-security/wildfly-elytron/blob/1.1.0.Beta10/src/main/java/org/wildfly/security/credential/store/impl/KeystorePasswordStore.java#L317
In my opinion MODIFIABLE attribute should be supported otherwise please remove code about MODIFIABLE from *initialize()* method.
--
This message was sent by Atlassian JIRA
(v7.2.2#72004)
More information about the jboss-jira
mailing list