[jboss-jira] [JBoss JIRA] (WFLY-7319) Processing of variables doesn't work in servlet mapping

Stuart Douglas (JIRA) issues at jboss.org
Mon Oct 17 20:26:00 EDT 2016


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

Stuart Douglas resolved WFLY-7319.
----------------------------------
    Resolution: Rejected


You need to change:


            <spec-descriptor-property-replacement>false</spec-descriptor-property-replacement>

to 


            <spec-descriptor-property-replacement>true</spec-descriptor-property-replacement>

in the ee subsystem.

> Processing of variables doesn't work in servlet mapping
> -------------------------------------------------------
>
>                 Key: WFLY-7319
>                 URL: https://issues.jboss.org/browse/WFLY-7319
>             Project: WildFly
>          Issue Type: Bug
>          Components: Web (Undertow)
>    Affects Versions: 10.1.0.Final
>            Reporter: John Ament
>            Assignee: Stuart Douglas
>
> I have the following servlet mapping:
> {code}
>     <servlet>
>         <servlet-name>TogglzConsoleServlet</servlet-name>
>         <servlet-class>org.togglz.console.TogglzConsoleServlet</servlet-class>
>     </servlet>
>     <servlet-mapping>
>         <servlet-name>TogglzConsoleServlet</servlet-name>
>         <url-pattern>${togglz.uri}</url-pattern>
>     </servlet-mapping>
> {code}
> Regardless of system property, the value is not processed.  



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jboss-jira mailing list