diff options
author | Giuseppe Castagno <giuseppe.castagno@acca-esse.eu> | 2016-01-29 15:39:17 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-02-02 12:19:11 +0000 |
commit | abec158e8b0a5c07380cd2bc7f7c5edbef878bed (patch) | |
tree | f455ce284e36bfe6506a710209aa9d80da63c032 | |
parent | 3d03b2f51912e7ca49251befca3fa61021dc6154 (diff) |
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@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
(cherry picked from commit d61352f58a7f750d3b0b0a9c2d6498fbb7a6e10d)
Reviewed-on: https://gerrit.libreoffice.org/21988
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | ucb/source/ucp/webdav-neon/webdavcontent.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ucb/source/ucp/webdav-neon/webdavcontent.cxx b/ucb/source/ucp/webdav-neon/webdavcontent.cxx index 85ef1ed9eaef..5359c377a40e 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() |