office-gobmx/tools
Michael Stahl 54aebc2c8f tools: try to work around DavGetHTTPFromUNCPath() not URL-encoding path
This was added in commit 20b1e6440a
"tdf#126121: WebDAV redirection detection" and it works fine when i test
it on my local Windows 10, returning an URL with encoded path.

The logs from the customer system however show a http URL containing an
unencoded ' ' in the path, which curl_url_set chokes on.

Try to encode the returned URL with rtl_UriEncodeKeepEscapes, which
should hopefully work in either situation.

Change-Id: I6862fe0828307a13b0004b192153747d85bb3a42
(cherry picked from commit 66e25aad35)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137173
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
2022-07-18 16:42:34 +02:00
..
inc tdf#113066 tdf#142204 EMF Implement SETARCDIRECTION 2022-03-10 21:19:59 +01:00
qa use a read-only stream when reading graphic data 2022-07-12 18:45:14 +02:00
source tools: try to work around DavGetHTTPFromUNCPath() not URL-encoding path 2022-07-18 16:42:34 +02:00
CppunitTest_tools_config.mk
CppunitTest_tools_test.mk use a read-only stream when reading graphic data 2022-07-12 18:45:14 +02:00
CustomTarget_reversemap.mk
Executable_bestreversemap.mk
IwyuFilter_tools.yaml Recheck modules t* with IWYU 2022-04-02 23:32:08 +02:00
Library_tl.mk add system-libfixmath 2022-03-20 22:26:29 +01:00
Makefile
Module_tools.mk
README.md Updated README.md files to represent current code / use Markdown format 2021-04-07 17:47:16 +02:00
StaticLibrary_ooopathutils.mk

Old Tools (Deprecated)

Predates sal - string functions, url manipulation, stream stuff, polygons, etc.

Exact history is lost before Sept. 18th, 2000, but old source code comments show that part of the tools library dates back until at least April 1991.

This directory will be removed in the near future (see tdf#39445 or tdf#63154).