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