https://issues.apache.org/bugzilla/show_bug.cgi?id=54882
Bug ID: 54882
Summary: HttpServletRequest.getRequestURI() returns also
fragment
Product: Tomcat 7
Version: 7.0.29
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: Servlet & JSP API
Assignee: [email protected]
Reporter: [email protected]
Classification: Unclassified
According to the Servlet specification and also documentation, this method
should return the part of this request's URL from the protocol name up to the
query string.
But if the URL is e.g. "http://localhost/test.html#fragment", the returned
string contains also fragment "test.html#fragment", which is wrong, because
fragment is after the query (which is now empty).
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]