ucb/source/ucp/webdav-neon/webdavcontent.cxx | 3 +++ 1 file changed, 3 insertions(+)
New commits: commit d61352f58a7f750d3b0b0a9c2d6498fbb7a6e10d Author: Giuseppe Castagno <[email protected]> Date: Fri Jan 29 15:39:17 2016 +0100 Related tdf#95217: Force HEAD method in Web access if PROPFIND failed Change-Id: I9ad798aa8e0909b162f3e1e33c0bc19d4fc7f484 Reviewed-on: https://gerrit.libreoffice.org/21907 Tested-by: Jenkins <[email protected]> Reviewed-by: jan iversen <[email protected]> diff --git a/ucb/source/ucp/webdav-neon/webdavcontent.cxx b/ucb/source/ucp/webdav-neon/webdavcontent.cxx index b9bf065..ab05fe8 100644 --- a/ucb/source/ucp/webdav-neon/webdavcontent.cxx +++ b/ucb/source/ucp/webdav-neon/webdavcontent.cxx @@ -1385,6 +1385,9 @@ uno::Reference< sdbc::XRow > Content::getPropertyValues( if ( bNetworkAccessAllowed ) { + if( eType != DAV ) + m_bDidGetOrHead = false; + // All properties obtained already? std::vector< OUString > aMissingProps; if ( !( xProps.get() _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
