Path based requests are flaky
Open
Type:Bug
- Dominant language
- Go
- Stars
- 2.1k
- Forks
- 274
- Avg merge
- 2d 1h
- Merged PRs (30d)
- 103
Description
When having fun with https://github.com/owncloud/ocis/pull/7250 I noticed that path based requests are flaky. Path based ListContainer requests for `/users/some-u-u-i-d` sometimes are routed to the sharesstorageprovider because that is mounted at `/users/some-u-u-i-d/Shares`. The gateway just picks the first storage provider it encounters which then returns a not found error.
Contributor guide
Assessment
This issue has not been assessed yet.