You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-user@jakarta.apache.org by Stéphane De Jonghe <sd...@atermon.com> on 2001/09/24 16:31:38 UTC

webdav ressource

Hi Sliders,

I have a problems using this three methods, everytime I tried to use
them, I received an exception with the webdavressource and there is no
samples codes so if anybody knows well the apache.commons.httpclient...

      HttpURL httpUrl      = new HttpURL("http://localhost:8080/test");
      httpUrl.setUserInfo("root","root");
      WebdavResource webDR = new WebdavResource(httpUrl);

Thanks,

Stef


Re: webdav ressource

Posted by Dirk Verbeeck <di...@pandora.be>.
Stéphane De Jonghe wrote:

> Hi Sliders,
>
> I have a problems using this three methods, everytime I tried to use
> them, I received an exception with the webdavressource and there is no
> samples codes so if anybody knows well the apache.commons.httpclient...
>
>       HttpURL httpUrl      = new HttpURL("http://localhost:8080/test");
>       httpUrl.setUserInfo("root","root");
>       WebdavResource webDR = new WebdavResource(httpUrl);
>
> Thanks,
>
> Stef

And your exception is ???
Those 3 lines are correct.

Dirk