Re: Can HttpCore NIO extensions support client side of Server push using multipart/x-mixed-replace

2008-02-26 Thread Oleg Kalnichevski
On Fri, 2008-02-22 at 16:41 -0500, Stephen More wrote: I see in version 4 there will be HttpCore NIO extensions - event driven, non-blocking I/O. When this is released can it be used to create the client side of a multipart/x-mixed-replace message ? There have already been a number of

Re: DefaultHttpClient - getting contents of an iframe

2008-02-26 Thread Oleg Kalnichevski
On Sun, 2008-02-24 at 19:00 -0400, Jeff Kerr wrote: Hi there, I've had some luck following the example at: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/examples/org/apache/http/examples/client/ClientFormLogin.java to login to a web site then get a page

Re: Non-ascii filenames in Multipart POST

2008-02-26 Thread Oleg Kalnichevski
On Mon, 2008-02-25 at 16:48 +, Andy Wu wrote: Hi, When making a multipart post uploading a file with a filename containing non-ascii characters, the filename appears to be incorrect written to the http request. If you look at the code, sendDispositionHeader() essentially sends the

[ANNOUNCEMENT] HttpComponents HttpClient 4.0-alpha3 released

2008-02-26 Thread Oleg Kalnichevski
The HttpComponents project is pleased to announce the release of HttpComponents HttpClient 4.0-alpha3. This version brings another round of API refinements and improvements in functionality. As of this release HttpClient requires Java 5 compatible runtime environment and takes full advantage of

Re: [help] how to set an OutputStream to a POST request?

2008-02-26 Thread ossfwot
Hello Micky, _I still run the examples of HttpClient 4.0-alph2 and HttpCore 4.0-beta1 _release. Isn't there an example for a POST request? Sorry, I'm on a webmailer and don't have time to search myself. _But I still can't find there is a method or any way to replace