summaryrefslogtreecommitdiff
path: root/package/busybox/patches/450-httpd_accept_header.patch
Commit message (Collapse)AuthorAgeFilesLines
* busybox: update to v1.13.4 (closes: #4279)Nicolas Thill2009-05-251-42/+0
| | | | SVN-Revision: 16063
* busybox: update to v1.12.4 (partially closes: #4279)Nicolas Thill2009-05-251-4/+4
| | | | SVN-Revision: 16053
* busybox: refresh busybox patchesHauke Mehrtens2009-02-211-4/+4
| | | | SVN-Revision: 14590
* remove awx from busybox, refresh patchesFelix Fietkau2008-09-021-1/+1
| | | | SVN-Revision: 12497
* BusyBox httpd Accept Header PatchFelix Fietkau2008-09-021-0/+42
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