mirror of
https://github.com/zulip/zulip.git
synced 2025-11-18 12:54:58 +00:00
socket: Change path for 'not yet authenticated' error messages
(imported from commit 826d3a0ea9084644810a00a14f2f19936e21118c)
This commit is contained in:
@@ -147,7 +147,7 @@ class SocketConnection(sockjs.tornado.SockJSConnection):
|
|||||||
if not self.authenticated:
|
if not self.authenticated:
|
||||||
response = {'result': 'error', 'msg': "Not yet authenticated"}
|
response = {'result': 'error', 'msg': "Not yet authenticated"}
|
||||||
self.session.send_message({'req_id': msg['req_id'], 'response': response})
|
self.session.send_message({'req_id': msg['req_id'], 'response': response})
|
||||||
write_log_line(log_data, path='/socket/auth', method='SOCKET',
|
write_log_line(log_data, path='/socket/service_request', method='SOCKET',
|
||||||
remote_ip=self.session.conn_info.ip,
|
remote_ip=self.session.conn_info.ip,
|
||||||
email='unknown', client_name='?',
|
email='unknown', client_name='?',
|
||||||
status_code=403, error_content=ujson.dumps(response))
|
status_code=403, error_content=ujson.dumps(response))
|
||||||
|
|||||||
Reference in New Issue
Block a user