]
Darran Lofthouse resolved WFCORE-2476.
--------------------------------------
Fix Version/s: 3.0.0.Beta29
(was: 4.0.0.Alpha1)
Resolution: Won't Fix
Inconsistencies in using fileType/path+relative-to in Elytron
XSD/DMR
---------------------------------------------------------------------
Key: WFCORE-2476
URL:
https://issues.jboss.org/browse/WFCORE-2476
Project: WildFly Core
Issue Type: Bug
Components: Security
Affects Versions: 3.0.0.Beta7
Reporter: Ondrej Kotek
Assignee: Darran Lofthouse
Labels: user_experience
Fix For: 3.0.0.Beta29
*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.