emersion / go-webdav

A Go library for WebDAV, CalDAV and CardDAV
MIT License
314 stars 66 forks source link

nautilus does not support 207: Multi-Status #124

Closed aep closed 1 year ago

aep commented 1 year ago

go-webdav responds to PROPFIND with 207: Multi-Status, but nautilus doesnt support that.

i think there should be a way to disable this for higher compatbility.

aep commented 1 year ago

turns out the nautilus error message was just confusing. the real issue was not return "." from Readdir

golang.org/x/net/webdav doesnt need that, so my existing code didnt.