Hi !

I have a big problem with the PROPPATCH method...

I try to do that kind of action : I create a resource and I had a new property.
My code is like that :

WebdavResource res = new WebdavResource("localhost", 8080, "/webdav/index.html", 
"root", "root");
res.proppatchMethod("/webdav/index.html",  "author", "Joe");

Although it works very well with Apache, with Slide, I receive a nice :

HTTP/1.1 405 Method Not Allowed
Content-Type: text/html
Date: Wed, 27 Mar 2002 11:12:36 GMT
Server: Apache Tomcat/4.0.1 (HTTP/1.1 Connector)

So maybe I didn't configured well the root, but I don't know why, and I wonder if I 
missed something in the configuration of Slide or not.
Can someone help ?

Thanx

Reply via email to