diff --git a/radicale/app/propfind.py b/radicale/app/propfind.py index 50e317a9..9424547c 100644 --- a/radicale/app/propfind.py +++ b/radicale/app/propfind.py @@ -589,6 +589,7 @@ class ApplicationPartPropfind(ApplicationBase): user = share['Owner'] permissions_filter = share['Permissions'] shares[share['PathOrToken']] = share + logger.trace("PROPFIND/shares: add mapping: PathOrToken=%r PathMapped=%r", share['PathOrToken'], share['PathMapped']) access = Access(self._rights, user, path, permissions_filter) if not access.check("r"): return httputils.NOT_ALLOWED