-
Bug
-
Resolution: Done
-
Major
-
7.1.0.DR17
-
None
There is description of "case-sensitive" attribute inconsistency between model and XSD.
In XSD is missing default value.
Please add to XSD default value and unify description.
I suggest use description from model as right one: "Case sensitivity of the credential store. If case insensitive only lower case names are allowed for aliases.".
MODEL
"case-sensitive" => { "type" => BOOLEAN, "description" => "Case sensitivity of the credential store. If case insensitive only lower case names are allowed for aliases.", "attribute-group" => "implementation", "expressions-allowed" => false, "required" => false, "nillable" => true, "default" => false, "access-type" => "read-write", "storage" => "configuration", "restart-required" => "resource-services" },
DMR
<xs:attribute name="case-sensitive" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation> Indicates that the credential store is case sensitive and should then allow for upper case in alias. </xs:documentation> </xs:annotation> </xs:attribute>
- blocks
-
JBEAP-8571 CredentialStore issues
- Resolved
- is cloned by
-
WFCORE-2814 There is description of "case-sensitive" attribute inconsistency between model and XSD.
- Resolved
- is incorporated by
-
JBEAP-10845 (7.1.0) Upgrade to WildFly Core to 3.0.0.Beta23
- Closed