PriyaranjanMohapatra / rest-client

Automatically exported from code.google.com/p/rest-client
Apache License 2.0
0 stars 0 forks source link

Add support for parameter type: string array #110

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In HTML form, if you submit the parameter with same name, the request type 
is string array. For example:
<form method="post" action="service.jsp">
  <input name="location"/>
  <input name="location"/>
  <input name="location"/>
</form>

But when I try to add the parameter twice in the request body, it 
alarm "parameter already exist"!
I tried using comma seperated string, but it doesn't work.
How can I simulate that request in rest-client?

Original issue reported on code.google.com by huangka...@gmail.com on 7 Apr 2010 at 1:26

GoogleCodeExporter commented 8 years ago
Fixed in 2.3.2

Original comment by subwiz on 23 Aug 2010 at 6:48