From a47faed9941d6f3b4901df6d98a7f3fd08d665d3 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 25 Jul 2021 14:12:31 +0100 Subject: [PATCH] Comment --- daemon.py | 1 + 1 file changed, 1 insertion(+) diff --git a/daemon.py b/daemon.py index a20c696a3..02ba043ba 100644 --- a/daemon.py +++ b/daemon.py @@ -10660,6 +10660,7 @@ class PubServer(BaseHTTPRequestHandler): if authorized: catalogAuthorized = True else: + # basic auth access to catalog if self.headers.get('Authorization'): if authorize(self.server.baseDir, self.path, self.headers['Authorization'],