[ANNOUNCEMENT] HttpComponents Core 4.4 GA released

2014-12-18 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 4.4 GA release of HttpComponents Core. Notable features included in the 4.4 series are: * Support for pipelined request processing on the server side * Support for pipelined request execution on the client side * Simplified

Re: hc-4.3.6: AllowAllVerifier not used

2014-12-18 Thread Oleg Kalnichevski
On Wed, 2014-12-17 at 19:28 +, Pete Keyes wrote: Thank you Oleg - very interesting. The only information that I see in the JavaDoc is: When a particular component is not explicitly this class will use its default implementation. System properties will be taken into account

Re: Need a way to send a URL's stream as multi-part entity with repeatable blocks

2014-12-18 Thread Oleg Kalnichevski
On Wed, 2014-12-17 at 17:37 -0600, Joe Barnes wrote: Hello community! My team is faced with a problem where we need to send a resource that is available via URL (more precisely, it is on our classpath). We are running in a servlet container, so we don't have direct access to the file

Re: Need a way to send a URL's stream as multi-part entity with repeatable blocks

2014-12-18 Thread Joe Barnes
Thanks for the insight, Oleg. I was not aware that the key to repeatability was knowing the length in advance. That seems to suggest we could have an API that accepted the stream and a length to produce a repeatable multipart entity. As for converting the URLs to files, I'm not sure there is a

Re: Need a way to send a URL's stream as multi-part entity with repeatable blocks

2014-12-18 Thread Oleg Kalnichevski
On Thu, 2014-12-18 at 09:23 -0600, Joe Barnes wrote: Thanks for the insight, Oleg. I was not aware that the key to repeatability was knowing the length in advance. That seems to suggest we could have an API that accepted the stream and a length to produce a repeatable multipart entity. As

How to get the parameters from HttpRequest?

2014-12-18 Thread Johan Hertz
Hi, I am creating a class that implements the interface HttpRequestHandler. The handle method has a parameter of type HttpRequest on which I would expect to find the payload/parameters sent to the server. It does have a getParams method but it is deprecated. The deprecated message is /use

Re: Need a way to send a URL's stream as multi-part entity with repeatable blocks

2014-12-18 Thread Joe Barnes
Oh wow... I had not noticed that method on URL. I'll certainly give it a try. Thanks! Joe On Thu, Dec 18, 2014 at 10:06 AM, Oleg Kalnichevski ol...@apache.org wrote: On Thu, 2014-12-18 at 09:23 -0600, Joe Barnes wrote: Thanks for the insight, Oleg. I was not aware that the key to

Re: [ANNOUNCEMENT] HttpComponents Core 4.4 GA released

2014-12-18 Thread Shawn Heisey
On 12/18/2014 1:41 AM, Oleg Kalnichevski wrote: The Apache HttpComponents project is pleased to announce 4.4 GA release of HttpComponents Core. I'm trying to upgrade the Lucene-Solr codebase to use HC 4.4, but ivy can't find it. It's missing from the maven repo that ivy tried to use for

Re: [ANNOUNCEMENT] HttpComponents Core 4.4 GA released

2014-12-18 Thread Gary Gregory
It can take up to a day or two for a component to mirror around. Gary On Thu, Dec 18, 2014 at 10:12 PM, Shawn Heisey apa...@elyograg.org wrote: On 12/18/2014 1:41 AM, Oleg Kalnichevski wrote: The Apache HttpComponents project is pleased to announce 4.4 GA release of HttpComponents Core.