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

Stuart Douglas (JIRA) issues at jboss.org
Tue Feb 7 17:44:00 EST 2017


     [ https://issues.jboss.org/browse/WFLY-7846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stuart Douglas reopened WFLY-7846:
----------------------------------


> jboss-web.xml overlay option not honored
> ----------------------------------------
>
>                 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
>             Fix For: 11.0.0.Alpha1
>
>
> 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