summaryrefslogtreecommitdiff
path: root/THANKS
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2014-01-21 15:50:58 -0500
committerMark H Weaver <mhw@netris.org>2014-01-21 16:11:04 -0500
commitd0d8c872afcc0e3384389171ceb32dc26df8c8a6 (patch)
tree078bdf7afabe4fb5d2bb642938ed67d87956960f /THANKS
parent6f4cc6a31eaf9a55730e85a096846caaf5a940fc (diff)
Write out HTTP Basic auth headers correctly.
Fixes <http://bugs.gnu.org/14370>. Reported by Atom X Zane <atomx@deadlyhead.com>. * module/web/http.scm (write-credentials): Handle the Basic auth scheme correctly. * test-suite/tests/web-http.test (pass-if-round-trip): Use 'pass-if-equal' for better error reporting. ("request headers"): Add tests. * THANKS: Add "Atom X Zane" to bug fix section.
Diffstat (limited to 'THANKS')
-rw-r--r--THANKS1
1 files changed, 1 insertions, 0 deletions
diff --git a/THANKS b/THANKS
index f16376b59..ddb11c14d 100644
--- a/THANKS
+++ b/THANKS
@@ -192,6 +192,7 @@ For fixes or providing information which led to a fix:
Andy Wingo
Keith Wright
William Xu
+ Atom X Zane
;; Local Variables: