svn commit: trunk/busybox/networking

vda at busybox.net vda at busybox.net
Tue Nov 21 11:15:58 UTC 2006


Author: vda
Date: 2006-11-21 03:15:58 -0800 (Tue, 21 Nov 2006)
New Revision: 16604

Log:
wget: add TODO


Modified:
   trunk/busybox/networking/httpd.c


Changeset:
Modified: trunk/busybox/networking/httpd.c
===================================================================
--- trunk/busybox/networking/httpd.c	2006-11-21 11:04:31 UTC (rev 16603)
+++ trunk/busybox/networking/httpd.c	2006-11-21 11:15:58 UTC (rev 16604)
@@ -1036,6 +1036,9 @@
 		setenv1("SCRIPT_FILENAME", realpath_buff);
 		/* set SCRIPT_NAME as full path: /cgi-bin/dirs/script.cgi */
 		setenv1("SCRIPT_NAME", purl);
+		/* TODO: bug 996 says we need to decodeString(config->query)
+		 * before placing it into env. Is this true? Add example
+		 * in the comment please... */
 		setenv1("QUERY_STRING", config->query);
 		setenv1("SERVER_SOFTWARE", httpdVersion);
 		putenv("SERVER_PROTOCOL=HTTP/1.0");




More information about the busybox-cvs mailing list