Test Using the latest 2.2.0.BUILD-SNAPSHOT (also in RC2)
RestTemplate: GET request for "http://www.google.com/finance/info%3Fq=VMW" resulted in 404 (Not Found); invoking error handler.Code:<int-http:outbound-gateway url="{url}" request-channel="inputChannel" http-method="GET" expected-response-type="java.lang.String" reply-channel="outputChannel"> <int-http:uri-variable name="url" expression="'http://www.google.com/finance/info?q='+ payload"/> </int-http:outbound-gateway> <int:channel id="outputChannel"> <int:queue/> </int:channel>
This worked fine in 2.1.3.RELEASE (no escaping '?'). Fails with 2.1.4.RELEASE. Is this a bug? Is there a workaround?


Reply With Quote