https://issues.apache.org/bugzilla/show_bug.cgi?id=48942

           Summary: Incorrect CONTENT_TYPE Boundary String
           Product: Apache httpd-2
           Version: 2.3-HEAD
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_cgi
        AssignedTo: [email protected]
        ReportedBy: [email protected]


When POSTing a file to a CGI binary (written in C), the environment variable
CONTENT_TYPE contains a "boundary=------1234567890abcdef" that has 2 fewer
dashes than the boundary strings in the actual POST content.

Extracting the incorrect boundary string from the CONTENT_TYPE results in
offset errors when using strstr() to parse out the delimited data sections in
the content.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to