[jboss-jira] [JBoss JIRA] (WFLY-1487) Unable to read nested resource in war archive

Radim Hatlapatka (JIRA) jira-events at lists.jboss.org
Mon Jun 10 03:36:54 EDT 2013


Radim Hatlapatka created WFLY-1487:
--------------------------------------

             Summary: Unable to read nested resource in war archive
                 Key: WFLY-1487
                 URL: https://issues.jboss.org/browse/WFLY-1487
             Project: WildFly
          Issue Type: Bug
          Components: Web (JBoss Web), Web (Undertow)
            Reporter: Radim Hatlapatka
            Assignee: Remy Maucherat


Unable to retrieve resources which are nested in additional directory in META-INF. The same works for JAR, only for WAR archive it doesn't.

Example:
If in WAR archive I have a resource in META-INF/properties/nested.properties, I am unable to access it using
{code}
classLoader.getResource("META-INF/properties/nested.properties");
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list