linkeddata / gold

Linked Data server for Go
150 stars 35 forks source link

WebDAV feature not documented #44

Open akuckartz opened 9 years ago

akuckartz commented 9 years ago

https://github.com/linkeddata/warp/issues/8#issuecomment-100660105 mentions that this software provides support for WebDAV. But that significant fact does not seem to be documented anywhere !

chrysn commented 8 years ago

WebDAV seems to be almost, but not quite supported; what works seems to be primarily where LDP uses the same methods as WebDAV. For practical support (which to me means that it works with GVFS and cadaver), at least the DAV: 1 header and the PROPFIND method are missing.

Both can be added easily as shown in the dav-usable-for-gvfs branch. (Feel free to build on it; I don't phrase this as a pull request because my testing was minimal (list directory, copy, rename and edit file), I did no tests on permissions, and those are my first lines of Go copy-pasting.)