Hello,
I can confirm that this behaviour is also with versions 3.7.2 and 3.8.0
I also found out that, when the optimizer is turned off the route works
// not working
from("direct:test_http_dynamic")
.toD("http:test.dyn?socketTimeout=${in.header.timeout}");
// working
from("direct:test_http_
Hi
Can you try with 3.7.2 release and 3.8.0 release.
And if its still a problem then create a JIRA ticket as its a little bug.
On Mon, Feb 15, 2021 at 5:10 PM Josef Tember wrote:
>
> I described the error in stackoverflow as well (for better formatting)
>
> https://stackoverflow.com/questions/66
I described the error in stackoverflow as well (for better formatting)
https://stackoverflow.com/questions/66207876/problems-with-camel-dynamicendpoint-tod-and-http-component
I'm using Camel Version 3.7 with Java 11 (AdoptOpenJDK)
I'm trying to make an http-call with dynamic timeout, p