[jboss-jira] [JBoss JIRA] (WFCORE-3772) Elytron legacy feature pack subsystem template uses wrong attribute order for http-authentication-factory

Brian Stansberry (JIRA) issues at jboss.org
Fri Apr 27 18:37:00 EDT 2018


Brian Stansberry created WFCORE-3772:
----------------------------------------

             Summary: Elytron legacy feature pack subsystem template uses wrong attribute order for http-authentication-factory
                 Key: WFCORE-3772
                 URL: https://issues.jboss.org/browse/WFCORE-3772
             Project: WildFly Core
          Issue Type: Bug
          Components: Security
            Reporter: Brian Stansberry
            Assignee: Brian Stansberry
            Priority: Minor


Right:

<http-authentication-factory name="management-http-authentication" security-domain="ManagementDomain" http-server-mechanism-factory="global">

Wrong:

<http-authentication-factory name="management-http-authentication" http-server-mechanism-factory="global" security-domain="ManagementDomain">

The xsd and the persistence logic does it right; the template does it wrong so our standard config is wrong.

Galleon will do it right so fixing this is basically about eliminating spurious differences between the WFCORE-3769 galleon output and the legacy output.



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jboss-jira mailing list