X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=manifoldapi%2Fmanifoldproxy.py;h=9385bfa3538e8a7f97cd0887cf7164be1d37995a;hb=dcfd7d72e5440dc28afdafa1466742a14624d9dd;hp=9897b5064150fb8d4885d251990910477e8e0093;hpb=1f8c2c50c3810598d61659dd7b1a238ef4def369;p=unfold.git diff --git a/manifoldapi/manifoldproxy.py b/manifoldapi/manifoldproxy.py index 9897b506..9385bfa3 100644 --- a/manifoldapi/manifoldproxy.py +++ b/manifoldapi/manifoldproxy.py @@ -59,6 +59,7 @@ with the query passed using POST""" manifold_api_session_auth = {'AuthMethod': 'password', 'Username': admin_user, 'AuthString': admin_password} else: if 'manifold' in request.session: + print '===> manifoldproxy.proxy: before auth', manifold_query manifold_api_session_auth = request.session['manifold']['auth'] else: json_answer=json.dumps({'code':0,'value':[]})