`d:getetag` property has empty value in REPORT response
Open
Type:Bug
- Dominant language
- Go
- Stars
- 2.1k
- Forks
- 274
- Avg merge
- 2d 1h
- Merged PRs (30d)
- 103
Description
Taken from https://github.com/owncloud/ocis/issues/4712
### Steps
```bash
curl -XREPORT "https://localhost:9200/remote.php/dav/spaces" \
-d '
(name:"*share*" OR content:"share")
' \
-uadmin:admin -vk
```
### Actual
```xml
```
### Expected
```xml
"7d72a8365fd8c6ef6cba5c549d0b14a6"
```
Contributor guide
Assessment
This issue has not been assessed yet.