using it as a http-url-handler...

2004-04-27 Thread gabor
i know this has been asked before, but maybe some progress has been made i need to use httpclient as a http url-handler in java (registering it with java.protocol.handler.pkgs and so on). are there any plans to implement it? is it implemented in cvs? would it be hard to implement it?

Re: using it as a http-url-handler...

2004-04-27 Thread Ortwin Glück
There is o.a.c.h.util.HttpURLConnection. It's ancient and I don't know if it will work for you, but it's certainly a starting point. gabor wrote: i know this has been asked before, but maybe some progress has been made i need to use httpclient as a http url-handler in java (registering it

Re: using it as a http-url-handler...

2004-04-27 Thread gabor
On Tue, 2004-04-27 at 11:41, Oleg Kalnichevski wrote: Gabor (I hope I got your name right) yes :) *.util.HttpURLConnection was only meant to be a compatibility wrapper, not a complete replacement which could be registered with JRE as a full-blown URL handler. It is half-baked and is probably