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'],