| commit | 8c4302a503053251b6360c128a1dcd556f09c5df | [log] |
|---|---|---|
| author | Giuseppe Castagno <giuseppe.castagno@acca-esse.eu> | Wed Jan 27 17:04:56 2016 +0100 |
| committer | Michael Stahl <michael.stahl@allotropia.de> | Mon Nov 01 18:38:58 2021 +0100 |
| tree | dcb11c48fbf0c8c431ce8c546bd5df5e159796a5 | |
| parent | c155b4137678455294db605e0332b097ef51dc1a [diff] |
ucb: webdav-curl: tdf#101094 (15) OPTIONS: Options cache removal: MKCOL [ port of commit 1596379bc00a32bc3b4e76a53aa884112b21764b ] Change-Id: If217fde550ef55375e4743de00dcb325a89674c1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123467 Tested-by: Michael Stahl <michael.stahl@allotropia.de> Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
diff --git a/ucb/source/ucp/webdav-curl/webdavcontent.cxx b/ucb/source/ucp/webdav-curl/webdavcontent.cxx index cc7578a..d9f925b 100644 --- a/ucb/source/ucp/webdav-curl/webdavcontent.cxx +++ b/ucb/source/ucp/webdav-curl/webdavcontent.cxx
@@ -2441,7 +2441,10 @@ void Content::insert( xResAccess->setURL( aURL ); if ( bCollection ) { xResAccess->MKCOL( Environment ); aStaticDAVOptionsCache.removeDAVOptions( aTargetUrl ); } else { xResAccess->PUT( xInputStream, Environment );