[jboss-jira] [JBoss JIRA] (WFLY-7846) jboss-web.xml overlay option not honroed

Brad Maxwell (JIRA) issues at jboss.org
Mon Jan 2 13:58:00 EST 2017


Brad Maxwell created WFLY-7846:
----------------------------------

             Summary: jboss-web.xml overlay option not honroed
                 Key: WFLY-7846
                 URL: https://issues.jboss.org/browse/WFLY-7846
             Project: WildFly
          Issue Type: Bug
          Components: Web (Undertow)
    Affects Versions: 10.1.0.Final
            Reporter: Brad Maxwell
            Assignee: Stuart Douglas


The overlay option in jboss-web_10_0.xsd not honored: 

{code}
            The overlay element specifies additional static files overlays for this
            web application. The content of the element should be a folder in the 
            filesystem containing the static files that will overlay the webapp's
            static files, similar to what happens with regular JAR overlays.
{code}

{code}
<jboss-web xmlns="http://www.jboss.com/xml/ns/javaee"
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
           xsi:schemaLocation="http://www.jboss.com/xml/ns/javaee http://www.jboss.org/j2ee/schema/jboss-web_10_0.xsd"
           version="10.0">
  <overlay>/home/web/content</overlay>
</jboss-web>
{code}



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jboss-jira mailing list