On Thu, Dec 8, 2011 at 7:01 AM, Spalat <[email protected]> wrote: > Hi, > > Thanks for the reply. > So we can use > ...ftp://${in.header.username}@${in.header.ip}:21/Newfolder/?password=${in.header.pwd}&recursive=true&... > For password is there a security subject for the > message/exchange? To void the pwd being traced in some logs. >
No there is no special security subject. Camel will by default mask passwords when it logs endpoints/messages etc. You can remove the header after the ftp endpoint, so it wont be propagated further in the processing. There is a camel-jasypt component to support encrypted values/passwords etc http://camel.apache.org/jasypt > With Best Regards, > spalat > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Dynamic-URI-creation-in-apache-camel-tp5055155p5057775.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen ----------------- FuseSource Email: [email protected] Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/
