[Libreoffice-commits] core.git: ucb/source
Giuseppe Castagno
giuseppe.castagno at acca-esse.eu
Fri Jan 29 23:44:28 PST 2016
ucb/source/ucp/webdav-neon/webdavcontent.cxx | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit d61352f58a7f750d3b0b0a9c2d6498fbb7a6e10d
Author: Giuseppe Castagno <giuseppe.castagno at 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 <ci at libreoffice.org>
Reviewed-by: jan iversen <jani at documentfoundation.org>
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()
More information about the Libreoffice-commits
mailing list