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

John Ament (JIRA) issues at jboss.org
Fri Oct 14 13:43:00 EDT 2016


John Ament created WFLY-7319:
--------------------------------

             Summary: 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
            Reporter: John Ament
            Assignee: Jason Greene


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