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

Juergen Zimmermann (JIRA) jira-events at lists.jboss.org
Wed Dec 22 01:35:17 EST 2010


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: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list