]
Ondrej Kotek moved JBEAP-7254 to WFLY-7578:
-------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-7578 (was: JBEAP-7254)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Security
(was: Security)
(was: User Experience)
Affects Version/s: 11.0.0.Alpha1
(was: 7.1.0.DR8)
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
*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.