Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-19378

HostExcludesTestCase assumes that org.wildfly.extension.elytron.jaas-realm is a regular extension

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 33.0.0.Beta1
    • None
    • None
    • None

      HostExcludesTestCase tries to get all the possible available extensions by checking the presence of `META-INF/services/org.jboss.as.controller.Extension` in a certain JBoss Modules module.

      So that if a module X contains a resource named `META-INF/services/org.jboss.as.controller.Extension`, then the test case assumes this module is a WildFly Extension.

      This behaviour has make "org.wildfly.extension.elytron.jaas-realm" be assumed as a regular WildFly extension, however this module is not an extension, it is just a JBoss Modules module that export `org/wildfly/extension/elytron/JaasCustomSecurityRealmWrapper`

            yborgess1@redhat.com Yeray Borges Santana
            yborgess1@redhat.com Yeray Borges Santana
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: