Re: HttpClient 4.2.3 using both SSL encryption and NTLM authentication fails

2013-02-20 Thread Chawla, Vanita
Thanks a lot for your insight Oleg! I tried using the Java HttpURLConnection with another account and it worked with NTLM and without needing SSL setup. On 2/16/13 1:51 PM, Oleg Kalnichevski ol...@apache.org wrote: On Fri, 2013-02-15 at 15:24 -0500, Chawla, Vanita wrote: Thank you Oleg. Here

Re: Making HTTPClient work with SPNEGO authentication

2013-02-20 Thread Oleg Kalnichevski
On Tue, 2013-02-19 at 08:16 -0800, preethig wrote: Hi, I have been trying to make the HttpClient work with SPNEGO authentication but it fails, see attached httpclient_wire.log and the sample client program. HttpClient version : 4.2.2 Application Server : WebSphere 8.5 JDK version : java

AW: AW: HttpClient.execute blocks until EOF of InputStreamBody instead of sending chunks on the fly

2013-02-20 Thread Frenzel Stefan
Hi Francois-Xavier, Subclassing InputStream as you suggested worked very well, thank you so much for this idea. Here is what I have done to produce CSV (SuperCSV library) from Hibernate's ScrollableResults and upload it to a servlet on the fly: public class