https://issues.apache.org/ooo/show_bug.cgi?id=125194

--- Comment #4 from Ariel Constenla-Haile <[email protected]> ---
The problems seems to be (that is, I don't have a Sharepoint server to test)
that OpenOffice sees the file as a regular file, and thus tries to lock the
file using the lock system it knows (the
/sites/Rossi_M/Shared+Documents/.~lock.test.ods#).

If you use the webdav protocol (by using http:// or webdav://) then OpenOffice
will not try to use the file based lock mechanism (though it will reveal
another bug: LOCK is implemented in the webdav code, but it is not used in the
office to lock the file; so that you can open locked files, but without being
warned that the file is locked, and saving them will fail).

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.

Reply via email to