Re: $Response->{ContentType} on error

2003-01-09 Thread Josh Chamas
Philip Mak wrote: Suggestion: If Apache::ASP prints an error page due to Perl dying, I think it should automatically set $Response->{ContentType} back to text/html. Otherwise, the error page might not be seen by the client if the script has already changed it to 'application/whatever' or somethin

$Response->{ContentType} on error

2002-12-29 Thread Philip Mak
Suggestion: If Apache::ASP prints an error page due to Perl dying, I think it should automatically set $Response->{ContentType} back to text/html. Otherwise, the error page might not be seen by the client if the script has already changed it to 'application/whatever' or something. ---