mirror of https://gitlab.com/bashrc2/epicyon
Alternative enpoint names
parent
060efe5851
commit
d9e32a0719
|
@ -10668,7 +10668,9 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
self._benchmarkGETtimings(GETstartTime, GETtimings,
|
self._benchmarkGETtimings(GETstartTime, GETtimings,
|
||||||
'show logout', 'isAuthorized')
|
'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
|
catalogAuthorized = authorized
|
||||||
if not catalogAuthorized:
|
if not catalogAuthorized:
|
||||||
# basic auth access to shared items catalog
|
# basic auth access to shared items catalog
|
||||||
|
|
Loading…
Reference in New Issue