gigebyte / cookies

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

$.cookies.get('mycookie') truncates trailing '=' in cookie #36

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps reproduce the problem?
1.Create a cookie with name 'mycookie' and value of '123456='
2.invoke $.cookies.get('mycookie') and read the cookie value.
3.The value retrieved will read '123456' instead of of the expected '123456='

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

What browser/version are you using?
Firefox 5

What OS/version are you using?
Windows 7

Do you have any additional information to provide?
No

Original issue reported on code.google.com by simon.tr...@gmail.com on 3 Jul 2011 at 9:13