-
Bug
-
Resolution: Done
-
Critical
-
2.3.1
-
None
-
None
Hi,
i noticed that since 2.2GA QueryParameters at UriInfoImpl not get cleaned,
so at next hit they will appear at UriInfo.
e.g: when i'm filtering collection using: href=".../rhevm-api/vms?search=
{query}"
like: rhevm-api/vms?search=name%3Dfoo
URI parameters collected by uriInfo.getQueryParameters() [1],
next time when i want to list collection without any filtering as href=".../rhevm-api/vms",
uriInfo.getQueryParameters() returns same 'search=name%3Dfoo' from previous execution
[1] org.jboss.resteasy.specimpl.UriInfoImpl implements javax.ws.rs.core.UriInfo
- is cloned by
-
RESTEASY-655 UriInfo injected incorrectly for a Spring bean
- Closed