ucb/source/ucp/webdav-neon/webdavcontent.cxx | 3 +++ 1 file changed, 3 insertions(+)
New commits: commit 1596379bc00a32bc3b4e76a53aa884112b21764b Author: Giuseppe Castagno <[email protected]> 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 <[email protected]> Reviewed-by: Giuseppe Castagno <[email protected]> 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 ); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
