[Libreoffice-commits] core.git: ucb/source

Giuseppe Castagno giuseppe.castagno at acca-esse.eu
Fri Jul 29 18:30:51 UTC 2016


 ucb/source/ucp/webdav-neon/webdavcontent.cxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 1596379bc00a32bc3b4e76a53aa884112b21764b
Author: Giuseppe Castagno <giuseppe.castagno at acca-esse.eu>
Date:   Wed Jan 27 17:04:56 2016 +0100

    tdf#101094 (15) OPTIONS: Options cache removal: MKCOL
    
    Change-Id: I752ab44b88935da75198d27f8b490f97c863408f
    Reviewed-on: https://gerrit.libreoffice.org/27694
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Giuseppe Castagno <giuseppe.castagno at acca-esse.eu>

diff --git a/ucb/source/ucp/webdav-neon/webdavcontent.cxx b/ucb/source/ucp/webdav-neon/webdavcontent.cxx
index 67d21ab..b00655e 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 );


More information about the Libreoffice-commits mailing list