[jbosstools-issues] [JBoss JIRA] (JBIDE-7976) content-type application/x-www-form-urlencoded : incorrect form parameter handling

Marián Labuda (JIRA) issues at jboss.org
Tue Sep 23 07:58:02 EDT 2014


     [ https://issues.jboss.org/browse/JBIDE-7976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marián Labuda updated JBIDE-7976:
---------------------------------
    Fix Version/s: 3.3.x


> 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
>             Fix For: 3.3.x
>
>
> 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 was sent by Atlassian JIRA
(v6.3.1#6329)



More information about the jbosstools-issues mailing list