or109 / chrome-rest-client

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

Improper Link header URL detection #287

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Send a request that will return a Link header with a URL formatted per the 
standard (http://www.w3.org/Protocols/9707-link-header.html)
2. Hover over the URL in the Link header response - note the Advanced REST 
client includes the ">;" as part of the URL.

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

In this header example, I would expect the string "http://myapi.com/myresource" 
to be highlighted as the URL:

Link: <http://myapi.com/myresource>; rel=myresource

However, the string "http://myapi.com/myresource>;" is actually being 
interpreted as the URL.

On what operating system, browser and browser version?

Mac OSX, Chrome Version 38.0.2125.122

Original issue reported on code.google.com by hill.nic...@gmail.com on 17 Nov 2014 at 9:38