expandQueryParams methos in HierarchicalUriComponents.java has bug #34280
Labels
status: waiting-for-feedback
We need additional information before we can continue
status: waiting-for-triage
An issue we've not yet triaged or decided on
In HierarchicalUriComponents.java , expandQueryParams method want the params expand to uri, but for this method is not.
you can find this issue by use RestTemplate.exchange(String url, HttpMethod method, @nullable HttpEntity requestEntity, Class responseType, Map uriVariables) method.
Through this method, we can find stack trace calls HierarchicalUriComponents.expandQueryParams method,。 During this calling process,no assignment to the queryParams property in this class anywhere, so queryParams size is zero, alwalys can not append variables.
The text was updated successfully, but these errors were encountered: