Handle query strings on POST and avoid unintended POST data consumption

Description

Currently the CGI parser implementation consumes either query string or POST body data automatically based on the request method, it can't handle POST with a query string, and it can't be told not to consume the POST body while still parsing a query string. The main use case is in the Query-based RequestMap rules.

Environment

None

Activity

Fixed

Details

Assignee

Reporter

Original estimate

Fix versions

Affects versions

Created January 12, 2011 at 12:10 PM
Updated August 7, 2012 at 1:07 AM
Resolved September 29, 2011 at 4:06 AM