Re: http4 Component not exposing HttpContext

2012-04-06 Thread Jeff Segal
All, I dusted this one off after 5 months and created a patch for it at https://issues.apache.org/jira/browse/CAMEL-4693. It's pretty straightforward - I added a HttpContext to HttpComponent, HttpEndpoint and HttpProducer which is determined from the httpContext or httpContextRef parameters. If a

Re: http4 Component not exposing HttpContext

2011-11-18 Thread Claus Ibsen
Hi Seems like a good idea to add support for that HttpContext. We love contributions http://camel.apache.org/contributing.html So feel free to create a JIRA and if possible attach a patch as well. On Thu, Nov 17, 2011 at 6:54 PM, Jeff Segal jeffrey.se...@gmail.com wrote: Hi all, I have a

Re: http4 Component not exposing HttpContext

2011-11-18 Thread Jeff Segal
Thanks Claus. I created https://issues.apache.org/jira/browse/CAMEL-4693 for this. I'll also see if I can roll my sleeves up and provide a patch for it. On Fri, Nov 18, 2011 at 3:28 AM, Claus Ibsen claus.ib...@gmail.com wrote: Hi Seems like a good idea to add support for that HttpContext.

http4 Component not exposing HttpContext

2011-11-17 Thread Jeff Segal
Hi all, I have a technical problem as well as a related documentation issue to report. The technical problem is as follows: HttpComponents 4.x provides a facility to use a HttpContext for a given request by calling HttpClient.execute(HttpUriRequest, HttpContext), but it looks like the http4