Subject: | '=' as part of the cookie value |
First of all, thanks for Cookie::XS, it's exactly what I have been
looking for.
I did, however, found a bug with parsing cookies which have a value
containing the '=' character.
Cookie::XS->parse("foo=ba=r") = { 'ba' => [ 'r' ], 'foo' => [] }
While I expected it to return { 'foo' => [ 'ba=r' ] }
Cookie-XS-0.07,
perl v5.8.8 on i686-linux-thread-multi