CloudPolis / webdav-client-cpp

:cloud: C++ WebDAV Client provides easy and convenient to work with WebDAV-servers.
http://cloudpolis.github.io/webdav-client-cpp/
Other
120 stars 52 forks source link

Check for resources fails on redirect #42

Closed schmop closed 6 years ago

schmop commented 6 years ago

Having a QNAP NAS as WebDAV server where Apache is installed.

When checking if a directory exists without having a following "/" (slash) in the url, the server responds with a redirection (http_code 301) instead of a (207), which is currently handled as a "not found". Therefore the tests (e.g. check.cpp line 61) fail for us.