> The attached patch against Embperl-2.0b8 adds the ability to specify
> an HTTP status when setting the HTTP Location header.
Thanks for the patch, I will put it in 2.0b9
Gerald
> Currently in
> Embperl when using:
>
> $http_headers_out{Location} = "/newlocation.html";
>
> the HTTP statu
The attached patch against Embperl-2.0b8 adds the ability to specify
an HTTP status when setting the HTTP Location header. Currently in
Embperl when using:
$http_headers_out{Location} = "/newlocation.html";
the HTTP status is set to the default value of 301. With this patch,
however, it is po