Re: Empty cookies [Was Re: libapreq2 co-maintainer]
Joe Schaefer <[email protected]> Thu, 21 Jun 2012 15:12:57 -0700 (PDT)
| Newsgroups | gmane.comp.apache.apreq |
|---|---|
| Message-ID | <[email protected]> |
apreq does the right thing now by both throwing an=0Aexception (indicating =
a malformed cookie) and parsing=0Athe header correctly.=A0 This is a very o=
ld subject:=0AThomas should be using eval like so:=0A=0A=A0=A0 $apreq =3D A=
PR::Request::Apache2->handle($r);=0A=A0=A0 my $jar =3D eval { $apreq->jar }=
;=0A=A0=A0 $jar =3D $@->jar if $@;=0A=A0=A0 ...=0A=0AIOW not a bug, please =
don't fix.=0A=0A=0A=0A----- Original Message -----=0A> From: Issac Goldstan=
d <[email protected]>=0A> To: [email protected]=0A> Cc: Thomas Busch <tbus=
[email protected]>; [email protected]=0A> Sent: Thursday, June 21, 2012 =
2:19 PM=0A> Subject: Empty cookies [Was Re: libapreq2 co-maintainer]=0A> =
=0A> On 20/06/2012 14:19, Thomas Busch wrote:=0A>> On 20/06/2012 13:35, Th=
omas Busch wrote:=0A>>> The reason I'm asking is that the following bug=0A=
>>>> =0A>>>> https://rt.cpan.org/Public/Bug/Display.html?id=3D69866=0A>>>>=
=0A>>>> hasn't been solved and is still causing Internal Server =0A> Erro=
r's on=0A>>>> a lot of mod_perl installation.=0A>>>> =0A>>> I see you've =
got a suggested patch there, so there's a good =0A> chance that=0A>>> some=
one will pick that up - if noone does it by the weekend, I'll =0A> try to=
=0A>>> pick it up myself.=0A>>> =0A> =0A> Joe, you seemingly addressed thi=
s in r748782 and then intentionally put=0A> it back in r748790 - you touche=
d the exact test case which would deal=0A> with the a cookie that looked li=
ke "Cookie: foo=3Dbar;foo2=3Dtest;blabla". =0A> =0A> Any recollections of w=
hy you put it back?=0A> =0A> =A0 Issac=0A>