diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-08-27 11:26:18 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-08-27 11:26:18 +0200 |
commit | d3de490437df4c9093f32e97fc185066d64c0f46 (patch) | |
tree | 4007a7f4490ec76a8ced555e85cc9938ada79f4c /officecfg/registry | |
parent | 9c3f5324bf155b11dad2036a3556c8afafdb89a9 (diff) |
Add vnd.sun.star.webdavs URL scheme
...as https-equivalent to complement vnd.sun.star.webdav scheme. See the mail
thread starting at
<http://lists.freedesktop.org/archives/libreoffice/2015-August/069929.html>
"What autogen.sh for an alternative ContentProvider for dav:// scheme?" for why
it is considered beneficial to have the WebDAV UCP support---in addition to the
standard pair of http[s] schemes---a non-standard pair of
vnd.sun.star.webdav[s] schemes different from the "accidentally supported"
non-standard pair of dav[s].
Change-Id: I7032aa1ed599f735969cf0163cd9dc121a1fdcb3
Diffstat (limited to 'officecfg/registry')
-rw-r--r-- | officecfg/registry/data/org/openoffice/ucb/Configuration.xcu | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/ucb/Configuration.xcu b/officecfg/registry/data/org/openoffice/ucb/Configuration.xcu index 9cb2a1a85844..27d45d528f29 100644 --- a/officecfg/registry/data/org/openoffice/ucb/Configuration.xcu +++ b/officecfg/registry/data/org/openoffice/ucb/Configuration.xcu @@ -156,6 +156,17 @@ <value/> </prop> </node> + <node oor:name="Provider12a" oor:op="replace" install:module="neon"> + <prop oor:name="ServiceName"> + <value>com.sun.star.ucb.WebDAVContentProvider</value> + </prop> + <prop oor:name="URLTemplate"> + <value>vnd.sun.star.webdavs</value> + </prop> + <prop oor:name="Arguments"> + <value/> + </prop> + </node> <node oor:name="Provider13" oor:op="replace" install:module="neon_gnomevfs"> <prop oor:name="ServiceName"> |