summaryrefslogtreecommitdiff
path: root/ucb/source
diff options
context:
space:
mode:
authorGiuseppe Castagno <giuseppe.castagno@acca-esse.eu>2016-09-24 13:35:54 +0200
committerGiuseppe Castagno <giuseppe.castagno@acca-esse.eu>2016-09-25 10:57:29 +0000
commite62c02a089e454eeea472e758e113e7e28568a02 (patch)
treec8961938cac9945300571be9be7819df7d6aba03 /ucb/source
parent0e156497a87608f266389192f6d22d35076a6694 (diff)
tdf#102499 (1): Add WebDAV test to check HTTP reponse status codes retry
Change-Id: I4ff36df3ac1cc0788322768378fb74f70892f922 Reviewed-on: https://gerrit.libreoffice.org/29245 Tested-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu> Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>
Diffstat (limited to 'ucb/source')
-rw-r--r--ucb/source/ucp/webdav-neon/DAVResourceAccess.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/ucb/source/ucp/webdav-neon/DAVResourceAccess.hxx b/ucb/source/ucp/webdav-neon/DAVResourceAccess.hxx
index f2fa411dd050..aed404ff1932 100644
--- a/ucb/source/ucp/webdav-neon/DAVResourceAccess.hxx
+++ b/ucb/source/ucp/webdav-neon/DAVResourceAccess.hxx
@@ -220,12 +220,13 @@ public:
css::ucb::WebDAVHTTPMethod eMethod,
DAVRequestHeaders & rRequestHeaders );
+ bool handleException( const DAVException & e, int errorCount )
+ throw ( DAVException );
+
private:
const OUString & getRequestURI() const;
bool detectRedirectCycle( const OUString& rRedirectURL )
throw ( DAVException );
- bool handleException( const DAVException & e, int errorCount )
- throw ( DAVException );
void initialize()
throw ( DAVException );
};