Re: camel-http4 cookieStore property

2018-01-29 Thread Ricardo Zanini
he http4 documentation > page (http://camel.apache.org/http4.html). > > Thanks! > > - Joery Vreijsen > > On 29 Jan 2018 12:14 +0100, Siano, Stephan , wrote: > > Hi, > > > > just some guess from the error message. Have you tried: uri="http4://localhost:9001?cookieStore

RE: camel-http4 cookieStore property

2018-01-29 Thread Joery Vreijsen
Jan 2018 12:14 +0100, Siano, Stephan , wrote: > Hi, > > just some guess from the error message. Have you tried: uri="http4://localhost:9001?cookieStore=#customCookieStore" />? > > Best regards > Stephan > > -Original Message- > From: Joery Vreijs

RE: camel-http4 cookieStore property

2018-01-29 Thread Siano, Stephan
Hi, just some guess from the error message. Have you tried: ? Best regards Stephan -Original Message- From: Joery Vreijsen [mailto:jhjvreij...@gmail.com] Sent: Montag, 29. Januar 2018 10:53 To: users@camel.apache.org Subject: camel-http4 cookieStore property Hi, I’m trying to set a

camel-http4 cookieStore property

2018-01-29 Thread Joery Vreijsen
Hi, I’m trying to set a customCookieStore to my http4 endpoint configured as below: This gives me the following exception: Failed to resolve endpoint: http4://localhost:9001?cookieStore=customCookieStore due to: Could not find a suitable setter for property: cookieStore as there isn

Re: CookieStore

2013-09-03 Thread Claus Ibsen
Hi I logged a ticket https://issues.apache.org/jira/browse/CAMEL-6702 On Tue, Aug 20, 2013 at 11:02 AM, Markus Wolf wrote: > Hi Claus, > > thank for your feedback. I've currently override the CookieStore with > a noop store. > I'll have a deeper look and give you an

Re: CookieStore

2013-08-20 Thread Markus Wolf
Hi Claus, thank for your feedback. I've currently override the CookieStore with a noop store. I'll have a deeper look and give you an update or a patch I've I manage to create something :) Cheers Markus 2013/8/19 Claus Ibsen : > I dont think this is supported. Feel free to div

Re: CookieStore

2013-08-19 Thread Claus Ibsen
I dont think this is supported. Feel free to dive into to see what a solution could be. And if so log a JIRA and if possible provide a patch. We love contributions On Mon, Aug 19, 2013 at 4:56 PM, Markus Wolf wrote: > Hallo camel users, > > currently we use the http4-endpoint as proxy bridge endp

CookieStore

2013-08-19 Thread Markus Wolf
Hallo camel users, currently we use the http4-endpoint as proxy bridge endpoint for another webservice in a server side application. This service returns some cookies which seem to be stored in the cookie store of the httpclient. During the runtime of our server it seems to never clear the cookie