Thanks, but I finally found the problem (very simple of course), the
string in HttpURL constructor wasn't correct...
But do you know when the javadoc or some examples will be available for
the apache.commons.httpclient library ?
Stef
-----Original Message-----
From: Dirk Verbeeck [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 24, 2001 10:21 PM
To: [EMAIL PROTECTED]
Subject: Re: webdav ressource
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