gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: improve error message (fixes #68


From: gnunet
Subject: [taler-merchant] branch master updated: improve error message (fixes #6885)
Date: Sun, 23 May 2021 23:14:14 +0200

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 7c4dced3 improve error message (fixes #6885)
7c4dced3 is described below

commit 7c4dced359fcb4888749a737a6cb3041894c37bf
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun May 23 23:14:12 2021 +0200

    improve error message (fixes #6885)
---
 src/backend/taler-merchant-httpd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backend/taler-merchant-httpd.c 
b/src/backend/taler-merchant-httpd.c
index aa096cbf..8a02d72e 100644
--- a/src/backend/taler-merchant-httpd.c
+++ b/src/backend/taler-merchant-httpd.c
@@ -1912,7 +1912,7 @@ url_handler (void *cls,
                                            MHD_HTTP_UNAUTHORIZED,
                                            
TALER_EC_GENERIC_PARAMETER_MALFORMED,
                                            "'" RFC_8959_PREFIX
-                                           "' prefix missing in 
'Authorization' header");
+                                           "' prefix or 'Bearer' missing in 
'Authorization' header");
       return TALER_MHD_reply_with_error (connection,
                                          MHD_HTTP_UNAUTHORIZED,
                                          
TALER_EC_MERCHANT_GENERIC_UNAUTHORIZED,

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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