Hi Can you tell more about how that quick-fix works and what you have done to make it? Maybe there is something we can do in the camel-jetty source code, and if so you are welcome to look at providing a fix as a .patch or github PR
On Mon, May 29, 2017 at 6:05 PM, adie <[email protected]> wrote: > Ok, > quick fix for that was to use HashLoginService instead of custom class > implementing LoginService. As HashLoginService extends AbstractLifeCycle it > is not being sanitized on stop of security handler (when second service is > added). > > adie > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/LoginService-is-cleared-when-second-rest-dsl-service-is-added-tp5799654p5801309.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen ----------------- http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2
