Hi,
I want to lock a WebDav resource and later unlock it. First I call
webdavResource.lockMethod()
and when later I want to call
webdavResource.unlockMethod()
it doesn't seem to work. A call to webdavResource.isLocked() will
still return true after unlock. Also there seems to be a timeout for
this lock, which comes to effect almost 2 hours(!) later. How can I
reduce this time?
Is there something which I have overlooked? Or is this a bug?
I'm using version Slide 1.0.12, Tomcat 3.2.3, Apache 3.14 with mod_dav
1.0.2 on Windows NT. Any help is highly appreciated.
-- Carsten Eckelmann