guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] web: send capitalized authorization header scheme


From: Ludovic Courtès
Subject: Re: [PATCH] web: send capitalized authorization header scheme
Date: Mon, 04 Jul 2022 11:20:02 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)

Hola,

Aleix Conchillo Flaqué <aconchillo@gmail.com> skribis:

> * module/web/http.scm (write-credentials): capitalize authorization
> header scheme. The standard allows the scheme to be case-insensitive,
> however most libraries out there expect the scheme to be capitalized,
> which is what it is actually used in RFC
> docs (e.g. https://datatracker.ietf.org/doc/html/rfc7617#section-2). Some
> libraries even reject lowercase scheme making Guile incompatible.
> ---
>  module/web/http.scm            | 14 ++++++++++++--
>  test-suite/tests/web-http.test | 11 ++++++++---
>  2 files changed, 20 insertions(+), 5 deletions(-)

Applied, thanks!

Ludo'.



reply via email to

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