]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: http: Authorization value can have multiple spaces after the scheme
authorRemi Tricot-Le Breton <rlebreton@haproxy.com>
Fri, 29 Oct 2021 13:25:18 +0000 (15:25 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 29 Oct 2021 15:40:17 +0000 (17:40 +0200)
commit68c4eae87f2366a9485f5d09250d7ec82d9a1b94
treeaecf9dc8cdd5def43dc5e237698a2bd8d4264dfb
parentb0c87f1c61edbc4e4affd81d2fd02e113528cf03
BUG/MINOR: http: Authorization value can have multiple spaces after the scheme

As per RFC7235, there can be multiple spaces in the value of an
Authorization header, between the scheme and the actual authentication
parameters.

This can be backported to all stable versions since basic auth has almost
always been there.
src/http_fetch.c