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: dev@tomcat.apache.org
          Reporter: adrian.rakov...@gratex.com
    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: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to