-
Type: Sub-task
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.5
-
Fix Version/s: 5.5.0-HF03, 5.6-RC1, 5.6
-
Component/s: WebDAV
WebDAV PROPFIND operation does not return lock info for resource locked during a different session. As a result, WebDAV clients are unable to determine if a resource is locked. Obviously, they also cannot determine the lock owner. The following methods should be updated to include the lock information in the Response object they return:
org.nuxeo.ecm.webdav.resource.FileResource.propfind()
org.nuxeo.ecm.webdav.resource.FolderResource.propfind()