When POST form contains params in action URL, the form is not found
--------------------------------------------------------------------
Key: COM-1
URL: http://webtest-community.canoo.com/jira/browse/COM-1
Project: clickomat
Type: Bug
Reporter: Dierk Koenig
posted on behalf of [Philippe Imoucha]
Post form may have action="bla?a=b"
In this case COM will not take the a parameter into
account when searching for the form that may have
produced the request as all params are expected to
come over the inputstream when the request is of
type "POST"