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

Brian Stansberry (JIRA) issues at jboss.org
Mon Oct 17 10:50:01 EDT 2016


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

Brian Stansberry reassigned WFLY-7319:
--------------------------------------

    Component/s: Web (Undertow)
       Assignee: Stuart Douglas  (was: Jason Greene)


> 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