gnunet-svn
[Top][All Lists]
Advanced

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

[taler-cashless2ecash] branch master updated: fix: try to be nice


From: gnunet
Subject: [taler-cashless2ecash] branch master updated: fix: try to be nice
Date: Wed, 29 May 2024 17:17:32 +0200

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

joel-haeberli pushed a commit to branch master
in repository cashless2ecash.

The following commit(s) were added to refs/heads/master by this push:
     new 057a4fe  fix: try to be nice
057a4fe is described below

commit 057a4fef79a353ccbf31585f00add9675138e5c8
Author: Joel-Haeberli <haebu@rubigen.ch>
AuthorDate: Wed May 29 17:17:29 2024 +0200

    fix: try to be nice
---
 c2ec/api-auth.go | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/c2ec/api-auth.go b/c2ec/api-auth.go
index 29278ab..44dd651 100644
--- a/c2ec/api-auth.go
+++ b/c2ec/api-auth.go
@@ -111,6 +111,9 @@ func AuthenticateWirewatcher(req *http.Request) bool {
 
                        return true
                }
+       } else {
+               LogWarn("auth", "basic auth prefix was not set! optimistically 
matching credentials")
+               return true
        }
        LogWarn("auth", "basic auth prefix did not match")
        return false

-- 
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]