ramondeklein/nwebdav

(Wrong?) behavior of some clients

yar229 opened this issue · 1 comments

For example, NetBox Far plugin suppose that

  • getcontentlength for files
  • resourcetype/collection for folders

server must send always, so all files and folders looks like files with zero length

Is it really problem of NetBox?

It's not NetBox fault, but there was a problem with the PROPFIND operation when allprop was used. NWebDAV didn't return any properties, because it (incorrectly) responded to the propall element.

This has been fixed in commit 2f7c20b. I have tested it with FAR and it seems to work fine now. I have released a v0.1.18.0 package that contains this fix. Thanks for reporting.