Re: HTTP session handling sample on Context level

2020-01-30 Thread Tom Coudyzer
Hi, Thanks for the help, much appreciated,will give it a try! Regards, /Tom > On 30 Jan 2020, at 05:41, Claus Ibsen wrote: > > Hi > > You can just use a singleton bean and share data via the bean between routes. > > There are also the cache components > >> On Wed, Jan 29, 2020 at 9:25 PM

Re: HTTP session handling sample on Context level

2020-01-29 Thread Claus Ibsen
Hi You can just use a singleton bean and share data via the bean between routes. There are also the cache components On Wed, Jan 29, 2020 at 9:25 PM Tom Coudyzer wrote: > > Hi, > > I was able to use a cookieHandler in the URI. However the result remains > the same I still get the 401. I also tr

Re: HTTP session handling sample on Context level

2020-01-29 Thread Tom Coudyzer
Hi, I was able to use a cookieHandler in the URI. However the result remains the same I still get the 401. I also tried to instantiate the instanceCookieHandler via the JNDIRegistry override but that did not work either and in addition this method is now deprecated. So still searching for some ex

HTTP session handling sample on Context level

2020-01-28 Thread Tom Coudyzer
Hi, I'm in need of some session handling in Camel. I found this info https://camel.apache.org/manual/latest/http-session-handling.html I'm looking to implement session handling on context level but it's not clear how I can do this in the Java DSL What I have is a login url which would give me