cryptomator / cli

Cryptomator Command-Line Interface
GNU Affero General Public License v3.0
278 stars 40 forks source link

501 Method PROPFIND is not defined in RFC 2068 and is not supported by the Servlet API #14

Open lulori opened 6 years ago

lulori commented 6 years ago

trying to mount the webdav instance via davfs2 on raspberry pi/jessie is not working with the given error... using davfs2.

Maybe something with the webdav implementation has gone wrong.

overheadhunter commented 6 years ago

IMHO this is a misbehaviour of the WebDAV client software:

There is actually no reason to PROPFIND the parent resource of a WebDAV resource.

But sometimes one needs to fix things, others did wrong (doing this for Windows all the time^^). So we recently fixed this in the webdav library, which will affect the next CLI release.

shaiguitar commented 6 years ago

Did a cli release get cut (0.3.1 or after) with the fix mentioned in last comment?