orbednetwork / chrome-rest-client

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

semicolon should be parsed along with ampersand when determining query parameters #148

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Enter http://localhost.com?option1=test1;option2=test2
2. Click arrow to expand the url
3. Notice how there is only one query parameter

What is the expected output? What do you see instead?

I would expect to see two query parameters as if you typed:

http://localhost.com?option1=test1&option2=test2

On what operating system, browser and browser version?

I am using Windows 7 and Chrome 24.0.1312.52

Please provide any additional information below.

Original issue reported on code.google.com by mykba...@gmail.com on 22 Jan 2013 at 9:40

GoogleCodeExporter commented 9 years ago
Thank you for this issue report. 
You right, I will look into this.

Original comment by jarro...@gmail.com on 9 Feb 2013 at 1:32

GoogleCodeExporter commented 9 years ago

Original comment by jarro...@gmail.com on 5 May 2013 at 5:52