-
Bug
-
Resolution: Done
-
Major
-
3.0.8.Final
-
None
-
Workaround Exists
-
Changes to the request URI made by setRequestUri in a pre-matching filter aren't reflected in the UriInfo object injected into resources.
Technically, the UriInfo instance in the context-data map is not replaced, and setRequestUri doesn't update the object in place (see RESTEASY-1097) but creates a new object.