diff options
author | Michael Stahl <michael.stahl@allotropia.de> | 2023-11-07 11:57:58 +0100 |
---|---|---|
committer | Michael Stahl <michael.stahl@allotropia.de> | 2023-11-09 16:51:42 +0100 |
commit | 4a26dcac8e4f3ff3cbc3c356ad0a34968ef9d8fe (patch) | |
tree | 73cc949ad18d73cdfa88cd640c94ac9e42da04d5 /officecfg | |
parent | 5365daf67f8b81f69a47e3692a71fd3962505e46 (diff) |
tdf#146386 curl,ucb: remove FTP UCP
FTP support has been deprecated since LO 7.4.
The UCP currently doesn't even support TLS connections.
Also disable FTP protocol in libcurl.
Also remove JunitTest_ucb_complex: turns out the only test in it,
checkWrongFtpConnection, fails on Linux because now GIO UCP handles
ftp:// URLs and it throws InteractiveAugmentedIOException instead of
expected ones, and on other platforms it would fail differently because
there is no GIO.
Change-Id: I4631d124371fef390f105fb16bf09aaa59e739e7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159065
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/ucb/Configuration.xcu | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/officecfg/registry/data/org/openoffice/ucb/Configuration.xcu b/officecfg/registry/data/org/openoffice/ucb/Configuration.xcu index 958202157838..9a2d98b31e69 100644 --- a/officecfg/registry/data/org/openoffice/ucb/Configuration.xcu +++ b/officecfg/registry/data/org/openoffice/ucb/Configuration.xcu @@ -89,17 +89,6 @@ <value/> </prop> </node> - <node oor:name="Provider6" oor:op="replace"> - <prop oor:name="ServiceName"> - <value>com.sun.star.ucb.FTPContentProvider</value> - </prop> - <prop oor:name="URLTemplate"> - <value>ftp</value> - </prop> - <prop oor:name="Arguments"> - <value/> - </prop> - </node> <node oor:name="Provider8" oor:op="replace"> <prop oor:name="ServiceName"> <value>com.sun.star.ucb.PackageContentProvider</value> |