orbednetwork / chrome-rest-client

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

When the "@" symbol is present in a query parameter it doesn't display the query parameters when expanding the request url #153

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Put 
http://www.google.com?name_first=Aaa&name_last=Bbb&email=a@b.com&phone=575333444
4
as request url.
2.Try to expand the url to view its query parameters.

What is the expected output? What do you see instead?
I expect to see the request parameters but empty is displayed.

On what operating system, browser and browser version?
I am on Mac OS X version 10.7.5 and on Google Chrome Version 24.0.1312.57

Original issue reported on code.google.com by mindos...@gmail.com on 1 Feb 2013 at 2:23

GoogleCodeExporter commented 9 years ago
I see a problem with regexp which parse URL string. 
I will look into it but I have exams session and I don't have a time for this 
right now. Rather next week.

Thanks for your report.

Original comment by jarro...@gmail.com on 9 Feb 2013 at 12:57