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

--- Comment #6 from Massimo Manghi <mxman...@apache.org> ---
the code in apache_request.c concerning handler selection based on method and
Content-Type has been revised and further simplified. Basically POST requests
with a Content-Type "multipart/form-data" are handled by
ApacheRequest_parse_multipart whereas every other request is 
ApacheRequest_parse_urlencoded. The latter function lets POST PUT and DELETE
requests go through a further processing of request data

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-dev-unsubscr...@tcl.apache.org
For additional commands, e-mail: rivet-dev-h...@tcl.apache.org

Reply via email to