httpd: pass authorization header to CGI if not Basic
authorAlexander Vickberg <wickbergster@gmail.com>
Thu, 18 Apr 2019 08:05:53 +0000 (10:05 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 18 Apr 2019 08:06:39 +0000 (10:06 +0200)
commit049670fbbe8022e0e38909aa3de189c06e34ad7d
treef594a93686a905572a89404e53484ca29186dd55
parent210b52476c86fb8411f6b0fd12d4e76875c474e5
httpd: pass authorization header to CGI if not Basic

Pass the Authorization header to CGI if not of type Basic. This will
make it possible for CGI to verify authorization headers of type
Bearer <token>.

function                                             old     new   delta
handle_incoming_and_exit                            2370    2379      +9

Signed-off-by: Alexander Vickberg <wickbergster@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/httpd.c