Re: [DISCUSS] HTTP session handling in Camel routes

2016-10-21 Thread Andrea Cosentino
it? Best regards Stephan -Original Message- From: Andrea Cosentino [mailto:ancosen1...@yahoo.com] Sent: Freitag, 21. Oktober 2016 08:55 To: Siano, Stephan <stephan.si...@sap.com>; dev@camel.apache.org Subject: Re: [DISCUSS] HTTP session handling in Camel routes Hello Stephan, To preview

RE: [DISCUSS] HTTP session handling in Camel routes

2016-10-21 Thread Siano, Stephan
2016 08:55 To: Siano, Stephan <stephan.si...@sap.com>; 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 locall

Re: [DISCUSS] HTTP session handling in Camel routes

2016-10-21 Thread Andrea Cosentino
)? Best regards Stephan -Original Message- From: Andrea Cosentino [mailto:ancosen1...@yahoo.com] Sent: Donnerstag, 20. Oktober 2016 14:52 To: Siano, Stephan <stephan.si...@sap.com> Subject: Re: [DISCUSS] HTTP session handling in Camel routes Hello Stephan, The idea is to have d

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 w

Re: [DISCUSS] HTTP session handling in Camel routes

2016-10-20 Thread Claus Ibsen
limited use. > What would 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:

Re: [DISCUSS] HTTP session handling in Camel routes

2016-10-20 Thread Andrea Cosentino
: Siano, Stephan [mailto: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 mig

RE: [DISCUSS] HTTP session handling in Camel routes

2016-10-20 Thread Siano, Stephan
To: dev <dev@camel.apache.org> 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.

RE: [DISCUSS] HTTP session handling in Camel routes

2016-10-17 Thread Siano, Stephan
<dev@camel.apache.org> 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,

Re: [DISCUSS] HTTP session handling in Camel routes

2016-10-17 Thread Claus Ibsen
). > > Is this a way to go? > > Best regards > Stephan > > -Original Message- > From: Claus Ibsen [mailto:claus.ib...@gmail.com] > Sent: Montag, 17. Oktober 2016 10:08 > To: dev <dev@camel.apache.org> > Subject: Re: [DISCUSS] HTTP session handling in Camel r

RE: [DISCUSS] HTTP session handling in Camel routes

2016-10-17 Thread Siano, Stephan
[mailto:claus.ib...@gmail.com] Sent: Montag, 17. Oktober 2016 10:08 To: dev <dev@camel.apache.org> 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

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

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