I am using the WebDAV client lib with WebDAVResource and encountered the following problem:

I am unable to modify a resource that is locked by myself but by a different instance of WebDAVResource? Maybe I'm missing something?

To modify it I first have to unlock (and maybe re-lock) it, as WebDAVResource.unlockMethod(String path, String owner) seems to be the only method dynamically discovering the locks held by myself.

I can imagine cases where I don't want to let the user modify the resource locked by another instance of WebDAVResource, but shouldn't there be a refeshLocks or similar?

Thanks
Guido



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to