Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-7976

content-type application/x-www-form-urlencoded : incorrect form parameter handling

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Major Major
    • 3.3.x
    • 3.2.0.Beta2
    • webservices
    • None

      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.

            bfitzpat_rh Brian Fitzpatrick (Inactive)
            juergen.zimmermann Juergen Zimmermann
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: