summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorGiuseppe Castagno <giuseppe.castagno@acca-esse.eu>2016-01-27 17:04:56 +0100
committerGiuseppe Castagno <giuseppe.castagno@acca-esse.eu>2016-07-29 18:30:17 +0000
commit1596379bc00a32bc3b4e76a53aa884112b21764b (patch)
tree84ee39e18cb6913e41380ea1ba0d95ce484bb9d8 /ucb
parent8590ab7e8603097de01467c8148828e98f6d0e3b (diff)
tdf#101094 (15) OPTIONS: Options cache removal: MKCOL
Change-Id: I752ab44b88935da75198d27f8b490f97c863408f Reviewed-on: https://gerrit.libreoffice.org/27694 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/webdav-neon/webdavcontent.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/ucb/source/ucp/webdav-neon/webdavcontent.cxx b/ucb/source/ucp/webdav-neon/webdavcontent.cxx
index 67d21ab4aca2..b00655efdf94 100644
--- a/ucb/source/ucp/webdav-neon/webdavcontent.cxx
+++ b/ucb/source/ucp/webdav-neon/webdavcontent.cxx
@@ -2429,7 +2429,10 @@ void Content::insert(
xResAccess->setURL( aURL );
if ( bCollection )
+ {
xResAccess->MKCOL( Environment );
+ aStaticDAVOptionsCache.removeDAVOptions( aTargetUrl );
+ }
else
{
xResAccess->PUT( xInputStream, Environment );