]
Juergen Zimmermann resolved JBIDE-7976.
---------------------------------------
Resolution: Rejected
The form params have to be submitted as a query string inside the request body.
content-type application/x-www-form-urlencoded : incorrect form
parameter handling
----------------------------------------------------------------------------------
Key: JBIDE-7976
URL:
https://issues.jboss.org/browse/JBIDE-7976
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Webservices
Affects Versions: 3.2.0.Beta2
Reporter: Juergen Zimmermann
Assignee: Brian Fitzpatrick
When I submit a POST request with "Web Services Tester", then the form
parameters get corrupted as follows:
a) In the "Request Header" section I insert:
content-type=application/x-www-form-urlencoded
b) In the "Request Body" section I insert e.g.:
param_1=value_1
param_2=value_2
c) At the server side I receive just *1* form parameter, namely "param_1"
having the value "value_1param_2=value_2".
I also tried to separate the enumeration in the "Request Body" section by a
comma ",". Then the comma is just part of the concatenated string value.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: