On Wed, Jan 19, 2011 at 3:55 PM, Richard Kettelerij <[email protected]> wrote: > > You can encrypt passwords using camel-jasypt: > http://camel.apache.org/jasypt.html > -- > View this message in context: > http://camel.465427.n5.nabble.com/password-shown-in-plain-text-in-the-log-file-while-starting-stopping-context-tp3347883p3347964.html > Sent from the Camel - Users mailing list archive at Nabble.com. >
To fix this in the component. I would assume you can override the toString in that endpoint class and mask the password. -- Claus Ibsen ----------------- FuseSource Email: [email protected] Web: http://fusesource.com Twitter: davsclaus Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/
