main
Bob Mottram 2021-07-25 14:12:31 +01:00
parent dc7851ec6c
commit a47faed994
1 changed files with 1 additions and 0 deletions

View File

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