diff options
author | Nicolas Thill <nico@openwrt.org> | 2011-11-23 19:41:36 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2011-11-23 19:41:36 +0000 |
commit | be4f27f38b4238088cfd9cecbdae1e462ef3005a (patch) | |
tree | 5a5c7c0d8dd58039280ab9f67013dd675c505d3a /package/busybox/patches/440-httpd_chdir.patch | |
parent | e73515487465f48efffb4fc5c4d0d4d150953e96 (diff) | |
download | upstream-be4f27f38b4238088cfd9cecbdae1e462ef3005a.tar.gz upstream-be4f27f38b4238088cfd9cecbdae1e462ef3005a.tar.bz2 upstream-be4f27f38b4238088cfd9cecbdae1e462ef3005a.zip |
package/busybox: wget: URL-decode user:password before base64-encoding it into auth hdr (upstream fix)
SVN-Revision: 29299
Diffstat (limited to 'package/busybox/patches/440-httpd_chdir.patch')
-rw-r--r-- | package/busybox/patches/440-httpd_chdir.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/patches/440-httpd_chdir.patch b/package/busybox/patches/440-httpd_chdir.patch index da069f6fff..401c6eb5d0 100644 --- a/package/busybox/patches/440-httpd_chdir.patch +++ b/package/busybox/patches/440-httpd_chdir.patch @@ -1,6 +1,6 @@ --- a/networking/httpd.c +++ b/networking/httpd.c -@@ -1886,6 +1886,7 @@ static void handle_incoming_and_exit(con +@@ -1814,6 +1814,7 @@ static void handle_incoming_and_exit(con char *header_ptr = header_ptr; Htaccess_Proxy *proxy_entry; #endif |