office-gobmx/ucb
Michael Stahl 78d14ff6ef ucb: webdav-curl: don't use chunked encoding for PROPPATCH
Sharepoint 16 has the same problem with this as with PROPFIND.

But this still doesn't work, trying to add dead properties results
in HTTP/1.1 400 BAD REQUEST now.

In fact, it has additional problems: request 3 properties Foo, Bar, Baz
with one PROPFIND and it complains about Foo, FooBar, FooBarBaz...

Change-Id: Ia0ce0f7b9422e0751839151a4c964f0437282c64
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125907
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
2021-11-26 18:04:12 +01:00
..
qa ucb: webdav-curl: consolidate unit tests 2021-11-03 09:32:32 +01:00
source ucb: webdav-curl: don't use chunked encoding for PROPPATCH 2021-11-26 18:04:12 +01:00
test/com/sun/star/comp/ucb
CppunitTest_ucb_webdav_core.mk ucb: webdav-curl: consolidate unit tests 2021-11-03 09:32:32 +01:00
IwyuFilter_ucb.yaml
JunitTest_ucb_complex.mk
JunitTest_ucb_unoapi.mk
Library_cached1.mk
Library_srtrs1.mk
Library_ucb1.mk
Library_ucpcmis1.mk
Library_ucpdav1.mk ucb: webdav-curl: Related: tdf#82677, implement a PROPFIND 'propname' request cache 2021-11-01 18:44:58 +01:00
Library_ucpexpand1.mk
Library_ucpext.mk
Library_ucpfile1.mk
Library_ucpftp1.mk
Library_ucpgio1.mk
Library_ucphier1.mk
Library_ucpimage.mk
Library_ucppkg1.mk
Library_ucptdoc1.mk
Makefile
Module_ucb.mk ucb: webdav-curl: consolidate unit tests 2021-11-03 09:32:32 +01:00
README.md

Universal Content Broker (UCB)

Universal Content Broker (has ucp) which do things like convert files to strings in content broker world.

mmeeks: so - I renamed the old LGPLv3 webdav code to webdav-neon, and imported the (not built) serf webdav ucp into the old space. so that in future, we can merge changes more easily - and still choose which to use. cbosdonnat kindly volunteered to do some comparative analysis of the two codebases to decide which is best for what etc.