From d9e32a0719a99543b54d4909ae222a13613111f0 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 26 Jul 2021 12:33:08 +0100 Subject: [PATCH] Alternative enpoint names --- daemon.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/daemon.py b/daemon.py index 2a4d86167..0f575338b 100644 --- a/daemon.py +++ b/daemon.py @@ -10668,7 +10668,9 @@ class PubServer(BaseHTTPRequestHandler): self._benchmarkGETtimings(GETstartTime, GETtimings, 'show logout', 'isAuthorized') - if self.path.startswith('/dfc-catalog'): + if self.path.startswith('/dfc-catalog') or \ + self.path.startswith('/shareditems') or \ + self.path.startswith('/catalog'): catalogAuthorized = authorized if not catalogAuthorized: # basic auth access to shared items catalog