What steps will reproduce the problem?
1. Performing a GET/POST/PUT/etc on any server responding with a Link header
option.
(e.g. `curl -I http://deiu.data.fm/test1`)
What is the expected output? What do you see instead?
Expected output: Link: </.meta>; rel=meta
What I see: Link: ; rel=meta
On what operating system?
Linux (Ubuntu 12.04) - Chrome 23.0.1271.97 - chrome-rest-client 3.0.39
Please provide any additional information below.
I suspect that the HTML symbols < > are not escaped when displaying the
response headers, and thus it will not display whatever is inside <>.
Thanks!
Original issue reported on code.google.com by andrei.s...@gmail.com on 1 Jan 2013 at 9:35
Original issue reported on code.google.com by
andrei.s...@gmail.com
on 1 Jan 2013 at 9:35