Re: Patch to specify HTTP status for Location redirects

2003-02-04 Thread Gerald Richter
> 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

Patch to specify HTTP status for Location redirects

2003-01-31 Thread David Hull
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