You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thunar/PcmanFM (GTK WebDAV backend): returns "this share does not handle webdav"
Dolphin (KDE) is just hanging with a loading message
Litmus test fails as well:
-> running `basic':
0. init.................. pass
1. begin................. FAIL (Could not create new collection `/dav/litmus/' for tests: 307 Temporary Redirect
Server must allow `MKCOL /dav/litmus/' for tests to proceed)
<- summary for `basic': of 2 tests run: 1 passed, 1 failed. 50.0%
Doing a PROPFIND request with curl works, but only if I omit the slash after dav:
Thanks for reporting this @bohwaz ! indeed I never implemented the full WebDAV protocol, but rather enough, with the most important actions, necessary for the common actions with file management, and for rsync to also work.
I also always ran some clients in macOS and Gnome to test, not a specific test to verify everything, so it's possible something is missing that would make it pass.
That being said, MKCOL is implemented (to create directories):
Trying to access the WebDAV URL does not work.
Thunar/PcmanFM (GTK WebDAV backend): returns "this share does not handle webdav"
Dolphin (KDE) is just hanging with a loading message
Litmus test fails as well:
Doing a PROPFIND request with curl works, but only if I omit the slash after
dav
:So it seems that WebDAV is not completely implemented?
The text was updated successfully, but these errors were encountered: