MockHttpServletRequest getRequestURL and getRequestURI should not return query 
parameters
-----------------------------------------------------------------------------------------

                 Key: WICKET-3825
                 URL: https://issues.apache.org/jira/browse/WICKET-3825
             Project: Wicket
          Issue Type: Bug
          Components: wicket-core
            Reporter: Bruno Borges
            Priority: Trivial


According to HttpServletRequest spec, method getRequestURL should not return 
query parameters.

This is making us to code odd unit tests because we try to reconstruct URLs 
using getRequestURL and getRequestURI according to the spec.

http://download.oracle.com/javaee/5/api/javax/servlet/http/HttpServletRequest.html#getRequestURL()

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to