- 
                Notifications
    You must be signed in to change notification settings 
- Fork 38.8k
Closed as not planned
Closed as not planned
Copy link
Labels
for: stackoverflowA question that's better suited to stackoverflow.comA question that's better suited to stackoverflow.comstatus: invalidAn issue that we don't feel is validAn issue that we don't feel is valid
Description
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.
Metadata
Metadata
Assignees
Labels
for: stackoverflowA question that's better suited to stackoverflow.comA question that's better suited to stackoverflow.comstatus: invalidAn issue that we don't feel is validAn issue that we don't feel is valid