[jboss-jira] [JBoss JIRA] (WFLY-2916) getSerlvetPath() truncates path at the first semicolon

Rossen Stoyanchev (JIRA) issues at jboss.org
Wed Feb 12 14:49:28 EST 2014


Rossen Stoyanchev created WFLY-2916:
---------------------------------------

             Summary: getSerlvetPath() truncates path at the first semicolon
                 Key: WFLY-2916
                 URL: https://issues.jboss.org/browse/WFLY-2916
             Project: WildFly
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Web (Undertow)
    Affects Versions: 8.0.0.Final
            Reporter: Rossen Stoyanchev
            Assignee: Stuart Douglas


Given a URL path with path parameters (e.g. "/data/matrixvars;foo=bar1/multiple;foo=bar2"), depending on the Servlet mapping (e.g. with "/" the whole path after the context path is the servlet path), a call to getServletPath() is truncated after the first semicolon (e.g. "/data/matrixvars").

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list