vronic / chrome-rest-client

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

Escaping < > in header response. #137

Closed GoogleCodeExporter closed 8 years ago

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

GoogleCodeExporter commented 8 years ago
Fixed!
Will be available tomorrow max.

Original comment by jarro...@gmail.com on 2 Jan 2013 at 8:35

GoogleCodeExporter commented 8 years ago
Thank you!

Original comment by andrei.s...@gmail.com on 2 Jan 2013 at 8:36