[Bug 11146] New: httpd_indexcgi.c not working

bugzilla at busybox.net bugzilla at busybox.net
Wed Jul 11 04:29:08 UTC 2018


https://bugs.busybox.net/show_bug.cgi?id=11146

            Bug ID: 11146
           Summary: httpd_indexcgi.c not working
           Product: Busybox
           Version: unspecified
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Networking
          Assignee: unassigned at busybox.net
          Reporter: jc at 2b9.org
                CC: busybox-cvs at busybox.net
  Target Milestone: ---

By changing line 239
  QUERY_STRING = getenv("QUERY_STRING");
to
  QUERY_STRING = getenv("REQUEST_URI");

The code then works for me.

First contribution, hope I haven't missed something silly.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the busybox-cvs mailing list