mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-06-28 15:57:23 +00:00
Merge branch 'bugfix' of github.com:jumpserver/jumpserver into bugfix
This commit is contained in:
commit
858c7df86b
@ -73,7 +73,6 @@ class UserPermissionCacheMixin:
|
|||||||
request_md5 = self.get_request_md5()
|
request_md5 = self.get_request_md5()
|
||||||
meta_cache_id = self.get_meta_cache_id()
|
meta_cache_id = self.get_meta_cache_id()
|
||||||
resp_cache_id = '{}_{}_{}'.format(obj_id, request_md5, meta_cache_id)
|
resp_cache_id = '{}_{}_{}'.format(obj_id, request_md5, meta_cache_id)
|
||||||
resp_cache_id = md5(resp_cache_id.encode()).hexdigest()
|
|
||||||
return resp_cache_id
|
return resp_cache_id
|
||||||
|
|
||||||
def get_response_from_cache(self):
|
def get_response_from_cache(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user