derbylock / missing-link

Automatically exported from code.google.com/p/missing-link
0 stars 0 forks source link

The order of the query string parameters is changed #34

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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