Yes for Security reasons.
But you can escape the user's home path by setting
*jailStartingDirectory*=false
and climb up the directory-tree with
.. /.. /.. /.. /.. /
05.03.2021 11:25:30 Michael Rambichler :
> Hi together,
>
> What is the reason that ftp/sftp component does not support absolute
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_
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