[Bug 10291] New: [httpd][regression] Invalid HTTP status line for CGI scripts
bugzilla at busybox.net
bugzilla at busybox.net
Fri Sep 1 12:19:17 UTC 2017
https://bugs.busybox.net/show_bug.cgi?id=10291
Bug ID: 10291
Summary: [httpd][regression] Invalid HTTP status line for CGI
scripts
Product: Busybox
Version: 1.17.x
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: Networking
Assignee: unassigned at busybox.net
Reporter: ronald.wahl at raritan.com
CC: busybox-cvs at busybox.net
Target Milestone: ---
Commit 7f3a2a22 causes a regression in httpd so that it writes a non-conforming
HTTP status line for CGI scripts. This is because previously the "Status: "
prefix (including the following space) has been stripped but now only "Status:"
is stripped and so writing an extra space into the HTTP status line. This is
invalid according to the HTTP specification. At least the HTTP parser on
Android does not like that!
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the busybox-cvs
mailing list