Closed michaellavelle closed 12 years ago
On GET requests, the query parameters were being passed through to the RestTemplate's getForObject method as UriVariables instead of query parameters. Now adding the query parameter map to the uri build.
On GET requests, the query parameters were being passed through to the RestTemplate's getForObject method as UriVariables instead of query parameters. Now adding the query parameter map to the uri build.