Kaydet (Commit) 1596379b authored tarafından Giuseppe Castagno's avatar Giuseppe Castagno

tdf#101094 (15) OPTIONS: Options cache removal: MKCOL

Change-Id: I752ab44b88935da75198d27f8b490f97c863408f
Reviewed-on: https://gerrit.libreoffice.org/27694Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarGiuseppe Castagno <giuseppe.castagno@acca-esse.eu>
üst 8590ab7e
......@@ -2429,7 +2429,10 @@ void Content::insert(
xResAccess->setURL( aURL );
if ( bCollection )
{
xResAccess->MKCOL( Environment );
aStaticDAVOptionsCache.removeDAVOptions( aTargetUrl );
}
else
{
xResAccess->PUT( xInputStream, Environment );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment