ucb/source/ucp/webdav-neon/webdavcontent.cxx | 3 +++ 1 file changed, 3 insertions(+)
New commits: commit abec158e8b0a5c07380cd2bc7f7c5edbef878bed Author: Giuseppe Castagno <giuseppe.casta...@acca-esse.eu> 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 <c...@libreoffice.org> Reviewed-by: jan iversen <j...@documentfoundation.org> (cherry picked from commit d61352f58a7f750d3b0b0a9c2d6498fbb7a6e10d) Reviewed-on: https://gerrit.libreoffice.org/21988 Reviewed-by: Caolán McNamara <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@redhat.com> diff --git a/ucb/source/ucp/webdav-neon/webdavcontent.cxx b/ucb/source/ucp/webdav-neon/webdavcontent.cxx index 85ef1ed..5359c37 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 libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits