Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
aduffeck committed Jul 30, 2021
1 parent ca7b1c0 commit c270fbe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions changelog/unreleased/fix-finding-storage-providers.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Bugfix: Do not overwrite more specific matches when finding storage providers

Depending on the order of rules in the registry it could happend that more specific matches (e.g. /home/Shares) were
overwritten by more general ones (e.g. /home). This PR makes sure that the registry always returns the most specific
match.


https://github.com/cs3org/reva/pull/1937

0 comments on commit c270fbe

Please sign in to comment.