Merge branch 'master' of git.kaiyuancloud.cn:yumoqing/ahserver
This commit is contained in:
commit
5bd46ca3a1
0
ahserver/__init__.py
Executable file → Normal file
0
ahserver/__init__.py
Executable file → Normal file
2
ahserver/auth_api.py
Executable file → Normal file
2
ahserver/auth_api.py
Executable file → Normal file
@ -169,7 +169,7 @@ class AuthAPI:
|
||||
raise e
|
||||
|
||||
if user is None:
|
||||
info(f'timecost=client({ip}) {user} access need login to access {path} ({t2-t1})')
|
||||
info(f'timecost=client({ip}) {user} need login to access {path} ({t2-t1})')
|
||||
raise web.HTTPUnauthorized
|
||||
info(f'timecost=client({ip}) {user} access {path} forbidden ({t2-t1})')
|
||||
raise web.HTTPForbidden()
|
||||
|
0
ahserver/baseProcessor.py
Executable file → Normal file
0
ahserver/baseProcessor.py
Executable file → Normal file
0
ahserver/configuredServer.py
Executable file → Normal file
0
ahserver/configuredServer.py
Executable file → Normal file
0
ahserver/dbadmin.py
Executable file → Normal file
0
ahserver/dbadmin.py
Executable file → Normal file
0
ahserver/dsProcessor.py
Executable file → Normal file
0
ahserver/dsProcessor.py
Executable file → Normal file
0
ahserver/error.py
Executable file → Normal file
0
ahserver/error.py
Executable file → Normal file
0
ahserver/filedownload.py
Executable file → Normal file
0
ahserver/filedownload.py
Executable file → Normal file
0
ahserver/filestorage.py
Executable file → Normal file
0
ahserver/filestorage.py
Executable file → Normal file
0
ahserver/functionProcessor.py
Executable file → Normal file
0
ahserver/functionProcessor.py
Executable file → Normal file
0
ahserver/globalEnv.py
Executable file → Normal file
0
ahserver/globalEnv.py
Executable file → Normal file
0
ahserver/llmProcessor.py
Executable file → Normal file
0
ahserver/llmProcessor.py
Executable file → Normal file
0
ahserver/myTE.py
Executable file → Normal file
0
ahserver/myTE.py
Executable file → Normal file
0
ahserver/p2p_middleware.py
Executable file → Normal file
0
ahserver/p2p_middleware.py
Executable file → Normal file
0
ahserver/processorResource.py
Executable file → Normal file
0
ahserver/processorResource.py
Executable file → Normal file
0
ahserver/proxyProcessor.py
Executable file → Normal file
0
ahserver/proxyProcessor.py
Executable file → Normal file
0
ahserver/restful.py
Executable file → Normal file
0
ahserver/restful.py
Executable file → Normal file
0
ahserver/serverenv.py
Executable file → Normal file
0
ahserver/serverenv.py
Executable file → Normal file
0
ahserver/sqldsProcessor.py
Executable file → Normal file
0
ahserver/sqldsProcessor.py
Executable file → Normal file
0
ahserver/uriop.py
Executable file → Normal file
0
ahserver/uriop.py
Executable file → Normal file
0
ahserver/url2file.py
Executable file → Normal file
0
ahserver/url2file.py
Executable file → Normal file
0
ahserver/utils.py
Executable file → Normal file
0
ahserver/utils.py
Executable file → Normal file
0
ahserver/version.py
Executable file → Normal file
0
ahserver/version.py
Executable file → Normal file
0
ahserver/websocketProcessor.py
Executable file → Normal file
0
ahserver/websocketProcessor.py
Executable file → Normal file
0
ahserver/xlsxData.py
Executable file → Normal file
0
ahserver/xlsxData.py
Executable file → Normal file
0
ahserver/xlsxdsProcessor.py
Executable file → Normal file
0
ahserver/xlsxdsProcessor.py
Executable file → Normal file
Loading…
Reference in New Issue
Block a user