toddmath / firecookie

Automatically exported from code.google.com/p/firecookie
1 stars 0 forks source link

Unescape cookie values #18

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Since cookie values often are escaped it would be nice if there was an
unescaped version of the cookie value on the Cookies tab. Maybe a new tab
beside "Value" on each cookie or beneath the raw cookie value in another color.

Original issue reported on code.google.com by lau.laur...@gmail.com on 18 Sep 2008 at 9:09

GoogleCodeExporter commented 8 years ago
Try the latest version 0.7beta8 available at:
http://www.softwareishard.com/blog/firebug/firecookie-07-beta/
...and let me know if it solves the problem for you (the value should be 
unescaped)

Perhaps, another tab like "Row Value" could be perhaps useful too.

Honza

Original comment by odva...@gmail.com on 18 Sep 2008 at 9:15

GoogleCodeExporter commented 8 years ago
Okay, I'll check it out. It would be nice to have both the raw value stored in 
the
cookie and the unescaped one. The more info when debugging, the better.

Original comment by lau.laur...@gmail.com on 18 Sep 2008 at 9:59

GoogleCodeExporter commented 8 years ago

Original comment by odva...@gmail.com on 24 Sep 2008 at 8:01

GoogleCodeExporter commented 8 years ago
Patch committed into trunk (R73).

1) There is a new "Raw Data" tab (displayed when a cookie is expanded) with 
raw-value
(not escaped) of the cookie. The "Value" tab displays now escaped version of 
the value.

2) The "Raw Data" tab is available only if rawValue != Value.

Honza

Original comment by odva...@gmail.com on 15 Nov 2008 at 5:51

GoogleCodeExporter commented 8 years ago
That sounds great! You mean unescape when you say escaped, right?

Original comment by lau.laur...@gmail.com on 15 Nov 2008 at 11:31

GoogleCodeExporter commented 8 years ago
Yep, let me rephrase:

1) There is a new "Raw Data" tab (displayed when a cookie is expanded) with 
raw-value
of the cookie. The "Value" tab displays now unescaped version of the value.

2) The "Raw Data" tab is available only if rawValue != Value.

Honza

Original comment by odva...@gmail.com on 16 Nov 2008 at 1:37

GoogleCodeExporter commented 8 years ago
Should be fixed in Firecookie 0.8
http://www.softwareishard.com/firecookie/archive/firecookie-0.8.xpi
Honza

Original comment by odva...@gmail.com on 14 Feb 2009 at 5:21

GoogleCodeExporter commented 8 years ago
Unit test:
http://code.google.com/p/firecookie/source/browse/trunk/chrome/content/firecooki
e/tests/issue18.js

Original comment by odva...@gmail.com on 24 Mar 2009 at 11:42

GoogleCodeExporter commented 8 years ago

Original comment by odva...@gmail.com on 12 Jun 2010 at 10:09