emersion / go-webdav

A Go library for WebDAV, CalDAV and CardDAV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nautilus does not support 207: Multi-Status

aep opened this issue · comments

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.

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.