Hi Andreas, your post is a good occasion to express my own frustration. I have noticed, that I can no longer do a PUT with the client library, and who knows which other operations will fail, too. These problems are obviously caused by the switch to the official http-commons package.
Another user already posted that WebDAV operations are now 10 to 30 times slower than before. Well, I fear there remains a lot of work to be done, before the client library is usable again. Regards, Ingo > 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]>
