diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2021-04-27 06:15:16 +0300 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2021-04-27 09:12:01 +0200 |
commit | a3843f1cb0095e843bc4ee7ed20802147f63c7ba (patch) | |
tree | dbc4b970f4bb8237dfc87d47cddb6f3fa2190a47 /officecfg | |
parent | feeaa5d3ca0c784344549816fbaab2c8716b4105 (diff) |
tdf#141164: Add an expert config for WebDAV redirection detection
Since commit 20b1e6440aacab043753e93be4499e939a80b05b, we detect
redirected WebDAV paths, and substitute them with original WebDAV
URLs to allow retrieving additional information like lock owner.
The new officecfg::Office::Common::Load::DetectWebDAVRedirection
allows to disable the detection, and opt to older way of use of
Windows Redirector, taking advantage of its cookie handling until
we implement own proper cookie handling.
Change-Id: I1510a016f40dbe81dcba9aa4fd50eda73a6d9f22
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114686
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index ba899658ad83..ca7a467c2cca 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -2564,6 +2564,12 @@ </info> <value>true</value> </prop> + <prop oor:name="DetectWebDAVRedirection" oor:type="xs:boolean" oor:nillable="false"> + <info> + <desc>Determines whether to use WebDAV when a file is loaded from a mapped WebDAV drive.</desc> + </info> + <value>true</value> + </prop> </group> <group oor:name="Security"> <info> |