antlibs / ant-http

A fork of missing link Ant HTTP task at Google Code
https://code.google.com/archive/p/missing-link/
Apache License 2.0
7 stars 3 forks source link

The order of the query string parameters is changed #34

Closed twogee closed 7 years ago

twogee commented 9 years ago

Issue by GoogleCodeExporter Monday May 11, 2015 at 22:05 GMT Originally opened as https://github.com/twogee/missing-link/issues/34


What steps will reproduce the problem?
1. Make a GET request with a number of parameters listed in the url-parameter
2. Notice, that the order of the parameters have changed before sending to the 
server

What is the expected output? What do you see instead?
I would expect that the HTTP request provided in the URL should be passed to 
the server as given. The fact that the order of the request parameters is 
altered makes it impossible to verify the request using a checksum, as the 
server will calculate the checksum for the request it receives, which is 
different from the one given to the ant task.

What version of the product are you using? On what operating system?
1.1.3 on Mac OS X Lion

Please provide any additional information below.
-

Original issue reported on code.google.com by johan.en...@enevo.com on 8 Jun 2012 at 9:56