----- Original Message -----
From: "Jon Stevens" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, August 23, 2001 5:25 PM
Subject: Re: HttpClient and HttpURLConnection ?


> on 8/22/01 11:58 PM, "Vincent Massol" <[EMAIL PROTECTED]> wrote:
>
> > Hi,
> >
> > I would need to use commons-httpclient in Cactus. However, I don't want
to
> > change all my code and especially I may want to continue JDK 1.4
> > HttpURLConnection in the future (if it is corrected) as I have a very
simple
> > need.
> >
> > Could I submit a HttpURLConnection class for commons-httpclient that
would
> > be a wrapper around HttpClient and others and would implement
> > java.net.HttpURLConnection ?
> >
> > Thanks
> > -Vincent
>
> Lol! This sounds like the logging debate.
>
> Why don't you write a HTTPClient wrapper?
>
> AHAHAHAHAHAHAHAHAHAH

:-)

that's what I proposed but I would like it so sit in the HTTPClient project.
There are 2 difference with the logging debate :

1/ The JDK already includes a mechanism for choosing with implementation to
use at runtime (-Djava.protocol.handler.pkgs)
2/ It would be useful for persons who simply want a replacement for
HttpURLConnectio because it is broken and do not want to change all their
code ...

Thanks
-Vincent

Reply via email to