toddmath / firecookie

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

Editing a cookie encodes it #71

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. put a value in a cookie that includes an equals sign '='
2. read the value of the cookie 
3. its been converted to %3D

What is the expected output? What do you see instead?
I expect to see the = in the value and instead I see %3D.  The FF developer 
tool bar is able to write the = in the value.

What version of the product are you using? On what operating system?
version 1.0.2 on windows xp

Please provide any additional information below.
This happened when i was moving a cookie from one domain to another (my qa 
domain to my localhost).  The value of my base64 encoded cookie biffed and I 
noticed the %3D at the end.

Original issue reported on code.google.com by jjmartin...@gmail.com on 25 Aug 2010 at 3:42

GoogleCodeExporter commented 8 years ago
Please try http://www.janodvarko.cz/firecookie/archive/firecookie-1.1b7.xpi
if it solves the problem (this is the latest beta release)
Honza

Original comment by odva...@gmail.com on 28 Aug 2010 at 6:41

GoogleCodeExporter commented 8 years ago
I have tested this with Firecookie 1.1b7 and works for me.
Here is my simple test page that shows a cookie with an equals sign '=' coming 
from the server:
http://www.janodvarko.cz/firecookie/tests/issue71/issue71.php

What do you actually mean by: 
2. read the value of the cookie 

?

Honza

Original comment by odva...@gmail.com on 30 Aug 2010 at 6:12

GoogleCodeExporter commented 8 years ago
sorry i am kind of a newbie, what is the process to install this beta? when I 
click on the xpi link it wants to download it, not install it.

2. means me looking at the value of the the cookie. (not raw data)

Original comment by jjmartin...@gmail.com on 30 Aug 2010 at 2:59

GoogleCodeExporter commented 8 years ago
Download the file and:
1) use drag and drop to drop the file onto the browser window, the installation 
dialog appears

2) Pick the file using File -> Open menu, the installation dialog appears

Honza

Original comment by odva...@gmail.com on 30 Aug 2010 at 3:35

GoogleCodeExporter commented 8 years ago
I am currently experiencing this bug on the latest release of FireCookie 
(1.2.1). When looking at the value of the cookie on the page you linked to 
(without even editing the cookie) it appears as %3D on the 'raw value' tab. I 
am expecting that the 'raw value' should be '=', which is currently not 
possible using FireCookie.

Original comment by j...@kazbak.co.uk on 14 Jun 2011 at 11:23

GoogleCodeExporter commented 8 years ago
Firecookie 1.3b1 here
can reproduce the issue as well, setting cookies via js doesn't cause any 
problems, editing cookies via firecookie make them encoded, which shouldn't 
happen.
This bug seems to be related to Issue 54

Original comment by 00.rgb.s...@gmail.com on 28 Jun 2011 at 3:42

GoogleCodeExporter commented 8 years ago

Original comment by sebastia...@gmail.com on 12 Jun 2012 at 8:38