Re: [DISCUSS] HTTP session handling in Camel routes

2016-10-21 Thread Andrea Cosentino
Original Message- From: Andrea Cosentino [mailto:ancosen1...@yahoo.com] Sent: Freitag, 21. Oktober 2016 08:55 To: Siano, Stephan ; dev@camel.apache.org Subject: Re: [DISCUSS] HTTP session handling in Camel routes Hello Stephan, To preview the docs and all the links just run mvn clean install

RE: [DISCUSS] HTTP session handling in Camel routes

2016-10-21 Thread Siano, Stephan
2016 08:55 To: Siano, Stephan ; dev@camel.apache.org Subject: Re: [DISCUSS] HTTP session handling in Camel routes Hello Stephan, To preview the docs and all the links just run mvn clean install into camel-website folder. You'll have the Gitbook site running locally :-) -- A

Re: [DISCUSS] HTTP session handling in Camel routes

2016-10-20 Thread Andrea Cosentino
-Original Message- From: Andrea Cosentino [mailto:ancosen1...@yahoo.com] Sent: Donnerstag, 20. Oktober 2016 14:52 To: Siano, Stephan Subject: Re: [DISCUSS] HTTP session handling in Camel routes Hello Stephan, The idea is to have different docs for each version like Artemis: https://acti

RE: [DISCUSS] HTTP session handling in Camel routes

2016-10-20 Thread Siano, Stephan
r 2016 09:58 To: dev@camel.apache.org Subject: Re: [DISCUSS] HTTP session handling in Camel routes Hi Stephan, For the moment we are trying to maintain docs on both side. So you can create a page about Http Session handling on confluence and (if you have time) aligning the options. In future we will leave

Re: [DISCUSS] HTTP session handling in Camel routes

2016-10-20 Thread Claus Ibsen
you propose how to document the overall feature? > > Best regards > Stephan > > -Original Message- > From: Siano, Stephan [mailto:stephan.si...@sap.com] > Sent: Montag, 17. Oktober 2016 13:09 > To: dev@camel.apache.org > Subject: RE: [DISCUSS] HTTP session handli

Re: [DISCUSS] HTTP session handling in Camel routes

2016-10-20 Thread Andrea Cosentino
stephan.si...@sap.com] Sent: Montag, 17. Oktober 2016 13:09 To: dev@camel.apache.org Subject: RE: [DISCUSS] HTTP session handling in Camel routes Hi Claus, OK, I will create a JIRA task for it and start working. As these are seven components to extend (and test), it might take a little time... Be

RE: [DISCUSS] HTTP session handling in Camel routes

2016-10-20 Thread Siano, Stephan
: dev Subject: Re: [DISCUSS] HTTP session handling in Camel routes Hi Yeah that would work. The only downside is that camel-http-common has a dependency on the servlet API which not all the HTTP components are using. However its just one extra JAR on the classpath. On Mon, Oct 17, 2016 at 10:58

RE: [DISCUSS] HTTP session handling in Camel routes

2016-10-17 Thread Siano, Stephan
Subject: Re: [DISCUSS] HTTP session handling in Camel routes Hi Yeah that would work. The only downside is that camel-http-common has a dependency on the servlet API which not all the HTTP components are using. However its just one extra JAR on the classpath. On Mon, Oct 17, 2016 at 10:58 AM

Re: [DISCUSS] HTTP session handling in Camel routes

2016-10-17 Thread Claus Ibsen
o go? > > Best regards > Stephan > > -Original Message- > From: Claus Ibsen [mailto:claus.ib...@gmail.com] > Sent: Montag, 17. Oktober 2016 10:08 > To: dev > Subject: Re: [DISCUSS] HTTP session handling in Camel routes > > Hi > > I dont think cookie

RE: [DISCUSS] HTTP session handling in Camel routes

2016-10-17 Thread Siano, Stephan
Ibsen [mailto:claus.ib...@gmail.com] Sent: Montag, 17. Oktober 2016 10:08 To: dev Subject: Re: [DISCUSS] HTTP session handling in Camel routes Hi I dont think cookie belongs in camel-core, and a better place is likely something like camel-http-common. And there are other http client components such as

Re: [DISCUSS] HTTP session handling in Camel routes

2016-10-17 Thread Claus Ibsen
Hi I dont think cookie belongs in camel-core, and a better place is likely something like camel-http-common. And there are other http client components such as camel-nett4-http, camel-jetty, camel-undertow as well. And then for REST based there is camel-restlet and maybe camel-spark-rest. And for

RE: [DISCUSS] HTTP session handling in Camel routes

2016-10-13 Thread Siano, Stephan
Hi, I have not received any feedback so far, so I assume that there is at least nobody strongly against this feature. Maybe I can sketch what I would like to implement and ask some questions about implementation details. I would create an interface (CamelCookieHandler and two implementation cla