BusyBox httpd Accept Header Patch
authorFelix Fietkau <nbd@openwrt.org>
Tue, 2 Sep 2008 11:16:43 +0000 (11:16 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 2 Sep 2008 11:16:43 +0000 (11:16 +0000)
commite833cd9c61185250348fbb5191ba800763695158
tree7137045cce700d593076d6b5695bf90bbac51ead
parentc2e0f61e56c783e4572ad54cde18f7d07b6e7dfd
BusyBox httpd Accept Header Patch

With this patch the BusyBox httpd pass the "Accept:" and
"Accept-Language:" header by the environment variables to the
CGI-Script, so this can make Content Negotiation to deliver the page in
the language, which was selected by the user in the browser settings,
and/or serve the XHTML page with the right MIME-Type
application/xhtml+xml to user agents which support it und text/html
which don't.

Signed-off-by: Alina Friedrichsen <x-alina@gmx.net>
SVN-Revision: 12496
package/busybox/patches/450-httpd_accept_header.patch [new file with mode: 0644]