gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-bank] branch master updated: fix path retrieval per-


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: fix path retrieval per-user-compliant
Date: Thu, 28 Dec 2017 13:31:10 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new b228b4c  fix path retrieval per-user-compliant
b228b4c is described below

commit b228b4c9df9aa01cf806c17bd836ec77b9005e1c
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Dec 28 13:30:25 2017 +0100

    fix path retrieval per-user-compliant
---
 talerbank/app/schemas.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talerbank/app/schemas.py b/talerbank/app/schemas.py
index 57473ef..2ee925c 100644
--- a/talerbank/app/schemas.py
+++ b/talerbank/app/schemas.py
@@ -191,7 +191,7 @@ def validate_data(request, data):
         "/pin/question": validate_pin_tan    
     }
     try:
-        switch.get(request.path)(data)
+        switch.get(request.path_info)(data)
     except  RequiredFieldValidationError as exc:
         if request.method == "GET":
             raise URLParameterMissing(exc.fieldname, 400)

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]