Re: [OpenWrt-Devel] [PATCH] BusyBox httpd Accept Header Patch

2008-08-26 Thread Alina Friedrichsen
Hi Florian! > Let's juste merge this patch into OpenWrt. If Alina has some time, she can > still diff against HEAD busybox to get it merged upstream. > done. Regards Alina ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org http://list

Re: [OpenWrt-Devel] [PATCH] BusyBox httpd Accept Header Patch

2008-08-26 Thread Florian Fainelli
Hallo Petter, Alina Le Tuesday 26 August 2008 21:20:37 Alina Friedrichsen, vous avez écrit : > Okay, but this patch is for the old/stable version of the BusyBox which > is used in OpenWrt, not for the current version in the trunk... Let's juste merge this patch into OpenWrt. If Alina has some tim

Re: [OpenWrt-Devel] [PATCH] BusyBox httpd Accept Header Patch

2008-08-26 Thread Alina Friedrichsen
Hello Peter! > I don't expect them to monitor all mailing lists of projects using > busybox in some way or another .. > Okay, but this patch is for the old/stable version of the BusyBox which is used in OpenWrt, not for the current version in the trunk... Regards Alina _

Re: [OpenWrt-Devel] [PATCH] BusyBox httpd Accept Header Patch

2008-08-26 Thread Peter Korsgaard
> "Alina" == Alina Friedrichsen <[EMAIL PROTECTED]> writes: >> Why don't you post this to the busybox list instead? Alina> Because we need it for LuCI, until we switch to an other Alina> httpd. If the BosyBox developers want it, they are welcome to Alina> apply it. I don't expect them to

Re: [OpenWrt-Devel] [PATCH] BusyBox httpd Accept Header Patch

2008-08-26 Thread Alina Friedrichsen
Hi Peter! > Alina> 450-httpd_accept_header.patch was a old version, > Alina> busybox_accept_header.patch is correct. > > Why don't you post this to the busybox list instead? > Because we need it for LuCI, until we switch to an other httpd. If the BosyBox developers want it, they are welcome

Re: [OpenWrt-Devel] [PATCH] BusyBox httpd Accept Header Patch

2008-08-26 Thread Peter Korsgaard
> "Alina" == Alina Friedrichsen <[EMAIL PROTECTED]> writes: Alina> 450-httpd_accept_header.patch was a old version, Alina> busybox_accept_header.patch is correct. Why don't you post this to the busybox list instead? -- Bye, Peter Korsgaard ___ o

Re: [OpenWrt-Devel] [PATCH] BusyBox httpd Accept Header Patch

2008-08-25 Thread Alina Friedrichsen
450-httpd_accept_header.patch was a old version, busybox_accept_header.patch is correct. --- a/networking/httpd.c +++ b/networking/httpd.c @@ -255,6 +255,8 @@ USE_FEATURE_HTTPD_BASIC_AUTH(char *remoteuser;) USE_FEATURE_HTTPD_CGI(char *referer;) USE_FEATURE_HTTPD_CGI(char *user_agent;) + US

[OpenWrt-Devel] [PATCH] BusyBox httpd Accept Header Patch

2008-08-25 Thread Alina Friedrichsen
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 t