ZF-8002: cookie url encoding
Description
hello,
I just wonder if there is any particular reason why cookies sent by server with value not url encoded are sent back from client url encoded? I could not find any information about encoding cookie values hence this question (rfc 2109, 2965).
regards
// Cookie.php public function __toString() { return $this->name . '=' . urlencode($this->value) . ';'; }
Comments
Posted by Rob Allen (rob) on 2012-11-20T20:52:40.000+0000
Bulk change of all issues last updated before 1st January 2010 as "Won't Fix".
Feel free to re-open and provide a patch if you want to fix this issue.