- From: Carlos Hung <chung@covalent.net>
- Date: Thu, 11 Oct 2001 15:49:46 -0700
- To: w3c-dist-auth@w3.org
I'd like to add:
I'd still like to use the WebdavResource APIs.
Carlos
Carlos Hung wrote:
> I'm using the WebdavResource APIs in my application.
>
> Instantiating a WebdavResource(HttpURL url) generates a PROPFIND
> method.
>
> I've tried to instantiate it using:
> WebdavResource(HttpURL, WebdavResource.NOACTION,
> DepthSupport.DEPTH_0);
>
> I do avoid the PROPFIND method; but I get this error message in the web
> server error.log:
> "... request failed: error reading the headers"
>
> And my Put method fails.
>
> It seems that WebdavResource depends on a PROPFIND before a PUT method.
>
> Could someone please tell me how I could invoke a PUT without doing a
> PROPFIND method?
>
> Thanks,
> Carlos Hung
Received on Thursday, 11 October 2001 18:50:12 UTC