WebDAV list not implement correctly
- [ ] request should be sent during
next_page - [ ] Should add support for recursive if service support
other information:
Servers should treat a request without a Depth header as if a "Depth: infinity" header was included.^1
403 Forbidden - A server may reject PROPFIND requests on collections with depth header of "Infinity", in which case it should use this error with the precondition code 'propfind-finite-depth' inside the error body.^2
jianguoyun doesn't support Depth:infinity, default behavior is Depth:1 and doesn't return 403
-
with
Depth:infinity -
with
Depth:1 -
without
Depth
Yes, I do be aware that jianguoyun doesn't closely adhere to the WebDAV specifications. Super sad.
The best approach is to set the current list implementation as the default and add support for recursive lists. Additionally, we should provide documentation for this feature and clearly state that Jianguoyun does not support it.
sry for misleading you, I just want to point this is not a widely supported implementation(RFC uses should not must terminology^1)