[Zope-dev] WebDAV locks disappearing...
Andreas Jung
Andreas Jung" <andreas@zope.com
Thu, 7 Mar 2002 13:55:45 -0500
----- Original Message -----
From: "Jerome Alet" <alet@unice.fr>
To: <zope-dev@zope.org>
Sent: Thursday, March 07, 2002 13:38
Subject: [Zope-dev] WebDAV locks disappearing...
> Hi,
>
> I've just tested webDAV access for the very first time using cadaver,
> so maybe this is a known problem.
>
> I've locked some objects using cadaver's lock command, and then opened
> a browser keeping cadaver's connection opened.
>
> then I've searched for this locks using the ZMI and also a method of
> my own.
>
> All worked fine, the locks were found.
>
> Then some time later I've retried to find the locks, and both the
> ZMI and my method returned no lock. However in cadaver the locks
> still seemed to be there...
>
> Then I've unlocked the objects and relocked them in cadaver and
> retried, this time the locks were found again...
>
perhaps a problem with the lock timeout ? i think webdav clients
can specify a timeout for locks. for further investigations
you can use the WebDAVLogger product to capture webdav related
traffic.
- aj