You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2022/04/28 15:35:59 UTC

[Issue 117766] Impossible to save changes to ms office files when one was opened through WebDav mapped drive on Windows 7, message "Access denied"

https://bz.apache.org/ooo/show_bug.cgi?id=117766

damjan@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |damjan@apache.org
         Resolution|---                         |FIXED
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #5 from damjan@apache.org ---
When this bug was reported in April 2011, AOO was still using Neon in its
WebDAV content provider.

That was replaced by Serf in late 2011/2012, but had no locking support.

Then in 2015 commit 9c0c15333c5adff066e9d4afc58666aa7900740b implemented
locking, and it does quote the Lock-Token in "<" and ">":

+    char * aToken = apr_psprintf( mrSerfSession.getAprPool(), "<%s>",
+                                 rtl::OUStringToOString(inLock.LockTokens[0],
RTL_TEXTENCODING_UTF8 ).getStr() );


So even if it was broken originally, it must have worked since 2015. That patch
is in the AOO41X branch so it must already be in an existing release.

Resolving fixed.

-- 
You are receiving this mail because:
You are on the CC list for the issue.
You are the assignee for the issue.