github.com/cs3org/reva/v2@v2.27.7/changelog/1.11.0_2021-08-03/fix-finding-storage-providers.md (about) 1 Bugfix: Do not overwrite more specific matches when finding storage providers 2 3 Depending on the order of rules in the registry it could happend that more specific matches (e.g. /home/Shares) were 4 overwritten by more general ones (e.g. /home). This PR makes sure that the registry always returns the most specific 5 match. 6 7 https://github.com/cs3org/reva/pull/1937