gigebyte / cookies

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

cookies with = symbols in the value not retrieved properly #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps reproduce the problem?
1. create a cookie with an = symbol in the value
2. read the cookie with $.cookies.get()
3. only the portion before the = symbol will be returned

What is the expected result of the above steps?  What do you see instead?
Expected to see the whole cookie value, but the = symbol and everything after 
it was removed.

What version of the following are you using?
  jQuery: 1.4.2
  cookies: 2.2.0

What browser/version are you using?
FF3.5 and latest Chrome

What OS/version are you using?
Win7 and WinXP

Do you have any additional information to provide?

Original issue reported on code.google.com by scott%gi...@gtempaccount.com on 12 Oct 2010 at 9:01

GoogleCodeExporter commented 9 years ago
I cannot reproduce this problem, and have had a test case which has an = in the 
value in the test suite for quite some time.

Are you still experiencing the problem? Can you place some code which 
reproduces the issues at http://jsfiddle.net/ ?

Thanks,
Jim

Original comment by auldrid...@gmail.com on 10 Nov 2010 at 1:43

GoogleCodeExporter commented 9 years ago
I apologize, I forgot this issue was raised by someone else in Issue #30 and 
was discussed in the comments. I am closing this a duplicate. Feel free to 
continue the discussion in the original issue.

Jim

Original comment by auldrid...@gmail.com on 10 Nov 2010 at 1:52