webfolder and JFileChooser

2008-05-22 Thread Yannick PIERSON
Hi, I'm using httpClient in order to access to a protected webfolder. I'm able to get files thanks this library. But now I would like to access to this webfolder with a JFileChooser. Unfortunately it seems to be impossible. Have you any idea or solution? Thanks Yannick

Re: Defference between HttpCore and HttpClient

2008-05-22 Thread jefftymc
Thank you sam, you are a great help! Sam Berlin wrote: Hi jeffty, HttpCore is like the nuts and bolts -- it's the individual pieces you need to build something. HttpClient is the additional stuff that brings the nuts bolts together into an easy-to-use http client. That is, httpcore can

HttpClient / Core 4.0 question

2008-05-22 Thread Vibhav Sharma
Hi, I have used HttpClient 3.x previously. It did not have the ability to do the following. * Client makes a chunked multipart request to server. * Server responds with a chunked response. * Client sends more data as part of the same request. * Server responds with more

Re: Redirected - but where? HttpClient 4

2008-05-22 Thread DrewC
Hi, I am trying to do basically exactly what Magnus was attempting, to access the final full URL to the resource after following redirects. But I have had no success attempting the techniques seen here, though I admit to being a bit confused by them. I have not had to deal with the HttpContext

Re: HttpClient / Core 4.0 question

2008-05-22 Thread Oleg Kalnichevski
Vibhav Sharma wrote: Hi, I have used HttpClient 3.x previously. It did not have the ability to do the following. * Client makes a chunked multipart request to server. * Server responds with a chunked response. * Client sends more data as part of the same request. * Server

Re: Redirected - but where? HttpClient 4

2008-05-22 Thread Oleg Kalnichevski
DrewC wrote: Ok, I guess I just needed to keep banging on this for another hour. I am now using a non-default context with the execute and then reconstructing the final require URL with: HttpUriRequest finalRequest = (HttpUriRequest)