]
Darran Lofthouse updated WFLY-7578:
-----------------------------------
Fix Version/s: 11.0.0.Alpha1
Inconsistencies in using fileType/path+relative-to in Elytron
XSD/DMR
---------------------------------------------------------------------
Key: WFLY-7578
URL:
https://issues.jboss.org/browse/WFLY-7578
Project: WildFly
Issue Type: Bug
Components: Security
Affects Versions: 11.0.0.Alpha1
Reporter: Ondrej Kotek
Assignee: Darran Lofthouse
Labels: user_experience
Fix For: 11.0.0.Alpha1
*Issue description:*
In _wildfly-elytron_1_0.xsd_, a file type is represented inconsistently. There are
{{basicFileType}} and {{fileType}} complex types used, but there are also {{path}} and
{{relative-to}} attributes used ({{providerLoadersType}}, {{kerberosSecurityFactory}}).
In DMR, file is represented as object (e.g. {{properties-realm}}) or as attributes (e.g.
{{filesystem-realm}}, {{key-store}}).
*Suggestions for improvement:*
The file representation should be consistent in XSD/DMR.