https://bz.apache.org/bugzilla/show_bug.cgi?id=61124

            Bug ID: 61124
           Summary: ap_parse_form_data does not translate URL escaped form
                    data correctly on EBCDIC systems
           Product: Apache httpd-2
           Version: 2.5-HEAD
          Hardware: Other
                OS: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Core
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

ap_parse_form_data assumes form data is in the ASCII character encoding causing
URL escaped data to not be translated properly.

For example, '%2F' is translated to 'Ϋ' instead of '/'.

-- 
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