propfind/sharing: extend trace log

This commit is contained in:
Peter Bieringer
2026-05-04 21:39:17 +02:00
parent 8ada1e8452
commit 6b71716bdf

View File

@@ -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