gigebyte / cookies

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

Probably typo in source (unescaping twice) #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Why unescaping twice ?

      value = unescape(pair[1]);
      cookies[name] = unescape(value);

Cheers
Petr Kobalicek

Original issue reported on code.google.com by kobalicek.petr on 25 Nov 2008 at 2:08

GoogleCodeExporter commented 9 years ago
Hello Petr,

Yes, that was definitely an accident and I have corrected it.  There may be more
changes coming in that area given a problem someone mentioned in the 
documentation
comments.  But for now the double unescape is gone.

Fixed in r10

Thanks!
Jim

Original comment by auldrid...@gmail.com on 28 Jan 2009 at 8:03

GoogleCodeExporter commented 9 years ago

Original comment by auldrid...@gmail.com on 2 Feb 2009 at 9:03