Hi Sliders,
deleting from the client side causes a Null-Pointer-Exception
(see below).
Uri: full extern URI of the resource which to delete
WebdavResource.setPath to the Uri
Call WebdavResource.deleteMethod(Uri).
The resource gets deleted, but an Exception is thrown. I tried
to look into the code of commons httpclient but didn't really
see the bug.
Andreas
java.lang.NullPointerException
at
org.apache.webdav.lib.methods.XMLResponseMethodBase.readResponseB
ody(XMLResponseMethodBase.java:212)
at
org.apache.commons.httpclient.HttpMethodBase.readResponse(HttpMet
hodBase.java:1610)
at
org.apache.commons.httpclient.HttpMethodBase.processRequest(HttpM
ethodBase.java:2264)
at
org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBa
se.java:862)
at
org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient
.java:574)
at
org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient
.java:493)
at
org.apache.webdav.lib.WebdavResource.deleteMethod(WebdavResource.
java:3390)
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>