Hi,
I have a problem with the WebDavClient Library. When trying to construct a
WebdavResource, I get an Exception:
Code:
HttpURL url = new
HttpURL("http://myserver:8080/slide/");
url.setUserinfo("user", "pwd");
WebdavResource wdr = new WebdavResource(url);
Client Exception:
org.apache.commons.httpclient.HttpException
at
org.apache.webdav.lib.WebdavResource.propfindMethod(WebdavResource.java:3467)
at
org.apache.webdav.lib.WebdavResource.propfindMethod(WebdavResource.java:3423)
at
org.apache.webdav.lib.WebdavResource.setNamedProp(WebdavResource.java:967)
at
org.apache.webdav.lib.WebdavResource.setBasicProperties(WebdavResource.java:912)
at
org.apache.webdav.lib.WebdavResource.setProperties(WebdavResource.java:1894)
at
org.apache.webdav.lib.WebdavResource.setHttpURL(WebdavResource.java:1301)
at org.apache.webdav.lib.WebdavResource.<init>(WebdavResource.java:275)
Server Exception:
http-8080-Processor25, 02-Jun-2006 11:54:44, root, PROPFIND, 400 "Bad Request",
"Bad Request: Request content missing", 0 ms, /
Client: Jakarta WebDav Client 2.1
Server: jakarta-slide-2.1-tomcat-5.0.28
I found an issue in the slide bugzilla
(http://issues.apache.org/bugzilla/show_bug.cgi?id=39220), but the proposed
patch did not solve the problem.
any help would be appreciated
best regards
Robert
--
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]