Which versions of :

    Apache
    mod_perl
    libapreq2

?

also, what os

this might be better suited to the libapreq list - but that info is kinda needed


On Aug 24, 2005, at 5:40 PM, Ted wrote:

Blank value in cookie causes server to die with a Segmentation Fault.

my $value = '';
my $cookie = Apache2::Cookie->new($r,
               -name => 'test_cookie',
               -value => $value,
               -path => '/',
             );
$cookie->bake($r)




Reply via email to