Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-3772

Elytron legacy feature pack subsystem template uses wrong attribute order for http-authentication-factory

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Minor
    • 5.0.0.Alpha5
    • None
    • Security
    • None

    Description

      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.

      Attachments

        Activity

          People

            bstansbe@redhat.com Brian Stansberry
            bstansbe@redhat.com Brian Stansberry
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: