Re: InheritableThreadLocal

2013-09-11 Thread sylvain.perez
Hi Claus, thanks for the confirmation. Keep up with the great work you and others have achieved on Camel. I love your fwk. A masterpiece! Thanks, Sylvain -- View this message in context: http://camel.465427.n5.nabble.com/InheritableThreadLocal-tp5739044p5739105.html Sent from the Camel

Re: InheritableThreadLocal

2013-09-11 Thread sylvain.perez
Hi Claus, thanks for the confirmation. Keep up with the great work you and others have achieved on Camel. I love your fwk. A masterpiece! Thanks, Sylvain -- View this message in context: http://camel.465427.n5.nabble.com/InheritableThreadLocal-tp5739044p5739103.html Sent from the Camel

Re: InheritableThreadLocal

2013-09-11 Thread sylvain.perez
Hi Claus, thanks for the confirmation. Keep up with the great work you and others have achieved on Camel. I love your fwk. A masterpiece! Thanks, Sylvain -- View this message in context: http://camel.465427.n5.nabble.com/InheritableThreadLocal-tp5739044p5739102.html Sent from the Camel

Re: InheritableThreadLocal

2013-09-10 Thread Claus Ibsen
Hi, > > we need to use legacy code which performs some sort of authentication which > rely on InheritableThreadLocal variables (keep security token, user > principal and so on). > The first step of one of our route is a processor which extract from the > input message the user credential

InheritableThreadLocal

2013-09-10 Thread sylvain.perez
Hi, we need to use legacy code which performs some sort of authentication which rely on InheritableThreadLocal variables (keep security token, user principal and so on). The first step of one of our route is a processor which extract from the input message the user credentials and use legacy code