]
Brian Stansberry updated WFLY-7145:
-----------------------------------
Component/s: Security
Key-store atttribute read-only occures in xsd, but not in model
---------------------------------------------------------------
Key: WFLY-7145
URL:
https://issues.jboss.org/browse/WFLY-7145
Project: WildFly
Issue Type: Bug
Components: Security
Reporter: Jan Kalina
Assignee: Jan Kalina
Priority: Minor
There is a attribute {{read-only}} mentioned in XSD.
{code}
<xs:attribute name="read-only" type="xs:boolean"
use="optional" default="false">
<xs:annotation>
<xs:documentation>
When set to 'true' this attribute prevents the in-memory
representation of the file from being written back to the file.
</xs:documentation>
</xs:annotation>
</xs:attribute>
{code}
But not in model. Therefore can't be used. Is that feature related to modifiable
realms, which was deffered to 7.2? So probably should be removed from XSD?