https://bugs.documentfoundation.org/show_bug.cgi?id=96410
--- Comment #17 from Giuseppe Castagno (aka beppec56) <[email protected]> --- (In reply to Tim Banchi from comment #16) > ..... The second time I didn't get > warned that the file already was open (and in edit mode) by Word 2010. You were not warned simply because LO didn't attempt to put a lock, apparently eXo PF4.2 doesn't implement a mandatory feature of WebDAV (RFC4918). It doesn't implement the 'supportedlock' property. LO uses it to detect if the LOCK method can be issued. See here for details about 'supportedlock': <http://tools.ietf.org/html/rfc4918#section-6.7>, relevant excerpt: '...Any DAV-compliant resource that supports the LOCK method MUST support the DAV:supportedlock property...' I found it in the logs you send, this is a payload received in response to a supportedlock request issued by LO: <?xml version="1.0" ?> <D:multistatus xmlns:D="DAV:" xmlns:b="urn:uuid:c2f41010-65b3-11d1-a29f-00aa00c14882/"> <D:response> <D:href>https://DOMAIN:443/rest/private/jcr/repository/collaboration/Groups/spaces/testspace_2/Documents/test/newsletter.docx</D:href> <D:propstat> <D:prop><D:supportedlock/></D:prop> <D:status>HTTP/1.1 404 Not Found</D:status> </D:propstat> </D:response> </D:multistatus> eXo pf 4.2. response is 'Not Found' for that property. Unfortunately this rules out the possibility of working with eXo in native WebDAV mode, for the time being. I'm repeating the tests you did in bug description, I got two Windows 7 32bit system, installed eXo PF4.2 community edition to carry out that. I'll use -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
