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

Extra resource root added to WARs

XMLWordPrintable

    • Medium

      When the class path for WAR deployments is being assembled, it appears that the WAR's root is being added as a resource root. This seems to be counter to spec; by default this should not be done. Now that we have the ability to iterate class loader resources, this causes unusual things to be listed.

      Some users may desire this non-standard behavior though. So, we should have a way (preferably simpler than jboss-deployment-structure.xml) to enable it; however in this case, the following paths must be excluded:

      • WEB-INF/lib
      • WEB-INF/classes
      • Any additional configured library or class directories
      • Any other nested, mounted JAR files

              sdouglas1@redhat.com Stuart Douglas (Inactive)
              dlloyd@redhat.com David Lloyd
              Votes:
              0 Vote for this issue
              Watchers:
              8 Start watching this issue

                Created:
                Updated:
                Resolved: