From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Maxime Devos Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] web: authorization header scheme should be capitalized Date: Fri, 24 Jun 2022 00:20:20 +0200 Message-ID: References: <20220623202759.3578506-1-aconchillo@gmail.com> <922957d6545149287a6aec7b9d258bf2dd7603ef.camel@telenet.be> Mime-Version: 1.0 Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-MhMOHz48BjAEcB50ZSEI" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="34815"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Evolution 3.38.3-1 Cc: guile-devel To: Aleix Conchillo =?ISO-8859-1?Q?Flaqu=E9?= Original-X-From: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Fri Jun 24 00:20:51 2022 Return-path: Envelope-to: guile-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1o4VBz-0008sB-Kr for guile-devel@m.gmane-mx.org; Fri, 24 Jun 2022 00:20:51 +0200 Original-Received: from localhost ([::1]:45976 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o4VBy-0006tf-EQ for guile-devel@m.gmane-mx.org; Thu, 23 Jun 2022 18:20:50 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:35358) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o4VBi-0006sJ-0q for guile-devel@gnu.org; Thu, 23 Jun 2022 18:20:34 -0400 Original-Received: from andre.telenet-ops.be ([2a02:1800:120:4::f00:15]:34888) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1o4VBe-0005hh-AC for guile-devel@gnu.org; Thu, 23 Jun 2022 18:20:32 -0400 Original-Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a]) by andre.telenet-ops.be with bizsmtp id mmLR270054UW6Th01mLRvn; Fri, 24 Jun 2022 00:20:25 +0200 In-Reply-To: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22; t=1656022825; bh=0Qh2zKa5LTqmDpwDy5SNDuRLhXRfCkFtYKASSqJnurI=; h=Subject:From:To:Cc:Date:In-Reply-To:References; b=eRcuJm/TPu8/yTmWJEtFW0bL2ys/17sohlf+EC3RsEvlhRM3R9vIEM2GaGShf00lH momepl4uviEUWsoz/ilI/5wLN5EPbXQoAbrEFfugABwYDKdOo/fLoq1jeiAOKRy23S 1ynMiMUda1SiKKP24a1cjMLPalmBDlH54S4NeToUQEQHHsxmbRJg68sa2QP5T1dfmC DAazFf0ewu7R/c0l/y8ySAzxdmWGTZX+SEkm5tG1xbazsfWiCtxoxbCquNo8yL8jXV tlX1qZ2udqGBinSt27fcRdXUyeFkb6oA9D9Z88Q+bInGKeE1mls3TqB5YHTiEG0Sgx 9EfJEn8OS4iXg== Received-SPF: pass client-ip=2a02:1800:120:4::f00:15; envelope-from=maximedevos@telenet.be; helo=andre.telenet-ops.be X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Original-Sender: "guile-devel" Xref: news.gmane.io gmane.lisp.guile.devel:21232 Archived-At: --=-MhMOHz48BjAEcB50ZSEI Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Aleix Conchillo Flaqu=C3=A9 schreef op do 23-06-2022 om 14:13 [-0700]: > https://community.spotify.com/t5/Spotify-for-Developers/API-Authorization= -header-doesn-t-follow-HTTP-spec/m-p/5397381#M4917 > > Also, there's still a potential patch to be had, e.g. you could add > > a test checking that Guile properly supports schemes in other cases > > (if not done already). >=20 > What do you mean? Even if there is nothing that _has_ to be done in Guile, there's still thing that _can_ be done in Guile to improve Guile's test suite -- in this case, a test in the test suite that the Guile's web code understands both lowercase and uppercase and titlecase authorisation schemes. Greetings, Maxime. --=-MhMOHz48BjAEcB50ZSEI Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYrTnJBccbWF4aW1lZGV2 b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7kIXAQDZ3r48qyYojlSBeJLoVMCxeK5a hMaaGeMFNPfC5RNMRwEAujJ9319tHjZ2aPQriCSZYnvuOUjqMtuG6FKcYjejhw0= =Z5// -----END PGP SIGNATURE----- --=-MhMOHz48BjAEcB50ZSEI--