X-da-acltrace sometimes returns duplicate information
Open
- Dominant language
- JavaScript
- Stars
- 6
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
When looking at the `X-da-acltrace` header sometimes duplicates can be observed, something like this:
```
X-da-acltrace: [{"group":"AABBCCDDEEFF1234","path":"/myprj/test/sub/sub2","actions":["read","write"]},
{"group":"AABBCCDDEEFF1234","path":"/myprj/test/sub/sub2","actions":["read","write"]},
{"group":"AABBCCDDEEFF1234","path":"/myprj/test/sub/sub2","actions":["read","write"]},
{"group":"joe@bloggs.org","path":"/myprj/test/sub/sub2","actions":[]}]
```
This happens for acls specified on org-only 'groups' where the user is part of multiple groups within that org.
Contributor guide
Assessment
This issue has not been assessed yet.