-
Bug
-
Resolution: Done
-
Major
-
2.0.1.GA, 2.1.0.GA, 2.2.0.GA, 2.2.1
-
None
-
Compatibility/Configuration
-
Workaround Exists
-
When a MockHttpRequest object is created via static create method, it is initialized with an invalid UriInfo object. More concrete, the following UriInfo features are broken:
getAbsolutePath() does not exclude query parameters and fragment.
getPath() is not correctly relativized against the base URI.
getRequestURI() contains the query part twice.