Re: http4 component and preemptive authentication

2013-09-17 Thread Claus Ibsen
Hi Martin Great to hear. Looking forward to your contribution(s). Hope to see more in the future. Fell free to log a JIRA ticket etc. On Tue, Sep 3, 2013 at 9:26 PM, Martin Stiborský wrote: > Ok I'm finally digging there, so far no mystery, fun! :) > > > On Fri, Aug 23, 2013 at 11:08 AM, Claus I

Re: http4 component and preemptive authentication

2013-09-03 Thread Martin Stiborský
Ok I'm finally digging there, so far no mystery, fun! :) On Fri, Aug 23, 2013 at 11:08 AM, Claus Ibsen wrote: > Hi > > Yeah would be nice if it was easier with camel-http4. Maybe we can add > authenticationPreemptive as a new option explicit on the http > endpoint, and then have logic that setu

Re: http4 component and preemptive authentication

2013-08-23 Thread Claus Ibsen
Hi Yeah would be nice if it was easier with camel-http4. Maybe we can add authenticationPreemptive as a new option explicit on the http endpoint, and then have logic that setup the authentication. Seems like a few line of codes from this SO with the 50+ votes (in the comment section) http://stack

http4 component and preemptive authentication

2013-08-21 Thread Martin Stiborský
Hello guys, I just switched http component for all my routes to http4 component, we did some performance testing and it really looks better. (Btw, anyone interested in the results? Measured with JMeter, simple route, just fetching xml file...). The switch is kind of a hack, I did it via EventNotif