mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 09:32:21 +00:00
Merge branch 'master' into osdeploy
This commit is contained in:
commit
dcdc8e4d5a
@ -417,7 +417,7 @@ def resourcehandler_backend(env, start_response):
|
||||
reqtype = env['CONTENT_TYPE']
|
||||
operation = opmap[env['REQUEST_METHOD']]
|
||||
querydict = _get_query_dict(env, reqbody, reqtype)
|
||||
if 'restexplorerop' in querydict:
|
||||
if operation != 'retrieve' and 'restexplorerop' in querydict:
|
||||
operation = querydict['restexplorerop']
|
||||
del querydict['restexplorerop']
|
||||
if env.get('PATH_INFO', '').startswith('/self/'):
|
||||
|
Loading…
Reference in New Issue
Block a user