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)
commit50343e66640912bc136d2fedd251810657036e42
tree15f5c66918e04888b490228a67e28be2d78467df
parentf10c85c8d1b4f0474270f96b9857951cd64f93ff
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]