From c270fbe30dda3313f161dec6e0a6d8b29c1f7087 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Duffeck?= Date: Fri, 30 Jul 2021 09:39:41 +0200 Subject: [PATCH] Add changelog --- changelog/unreleased/fix-finding-storage-providers.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 changelog/unreleased/fix-finding-storage-providers.md diff --git a/changelog/unreleased/fix-finding-storage-providers.md b/changelog/unreleased/fix-finding-storage-providers.md new file mode 100644 index 00000000000..4ebcd9551a6 --- /dev/null +++ b/changelog/unreleased/fix-finding-storage-providers.md @@ -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 \ No newline at end of file