mirror of https://gitlab.com/bashrc2/epicyon
Comment
parent
dc7851ec6c
commit
a47faed994
|
@ -10660,6 +10660,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
if authorized:
|
if authorized:
|
||||||
catalogAuthorized = True
|
catalogAuthorized = True
|
||||||
else:
|
else:
|
||||||
|
# basic auth access to catalog
|
||||||
if self.headers.get('Authorization'):
|
if self.headers.get('Authorization'):
|
||||||
if authorize(self.server.baseDir, self.path,
|
if authorize(self.server.baseDir, self.path,
|
||||||
self.headers['Authorization'],
|
self.headers['Authorization'],
|
||||||
|
|
Loading…
Reference in New Issue