Propfind depth:infinity config is not listed in the capabilities
Open
Type:Bug
Type:Discussion
- Dominant language
- Go
- Stars
- 2.1k
- Forks
- 274
- Avg merge
- 2d 1h
- Merged PRs (30d)
- 103
Description
Do we have expectation to see propfind settings in the capabilities like we see in oC10?
```json
"dav": {
"chunking": "1.0",
"trashbin": "1.0"
"reports": [
"search-files"
],
"propfind": {
"depth_infinity": false
},
},
```
Contributor guide
Assessment
This issue has not been assessed yet.