diff options
author | Mark H Weaver <mhw@netris.org> | 2014-01-21 15:50:58 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2014-01-21 16:11:04 -0500 |
commit | d0d8c872afcc0e3384389171ceb32dc26df8c8a6 (patch) | |
tree | 078bdf7afabe4fb5d2bb642938ed67d87956960f /THANKS | |
parent | 6f4cc6a31eaf9a55730e85a096846caaf5a940fc (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-- | THANKS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |