mirror of https://gitlab.com/bashrc2/epicyon
Extra debug
parent
64d824504e
commit
ed476f6726
|
@ -932,7 +932,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
if self.path.endswith('/'+nickname):
|
if self.path.endswith('/'+nickname):
|
||||||
return True
|
return True
|
||||||
print('AUTH: nickname '+nickname+' did not match '+str(self.server.tokensLookup[tokenStr]))
|
print('AUTH: nickname '+nickname+' did not match '+str(self.server.tokensLookup[tokenStr]))
|
||||||
print('AUTH: epicyon cookie authorization failed '+self.headers['Cookie'])
|
print('AUTH: epicyon cookie authorization failed cookie='+self.headers['Cookie'].replace('epicyon=','')+' tokens='+str(self.server.tokensLookup))
|
||||||
print('AUTH: Header cookie was not authorized')
|
print('AUTH: Header cookie was not authorized')
|
||||||
return False
|
return False
|
||||||
# basic auth
|
# basic auth
|
||||||
|
|
Loading…
Reference in New Issue