Re: [MP2] : REDIRECT_ERROR_NOTES not set on errordocument redirect

2005-05-23 Thread Stas Bekman
Mark wrote: [...] Could it possibly come from here? src/modules/perl/modperl_callback.c if (status == HTTP_INTERNAL_SERVER_ERROR) { if (r && r->notes) { apr_table_set(r->notes, "error-notes", SvPV_nolen(ERRSV)); } } And we should check whether error-notes is

Re: [MP2] : REDIRECT_ERROR_NOTES not set on errordocument redirect

2005-05-22 Thread Mark
Stas Bekman wrote: Mark wrote: Stas Bekman wrote: Mark wrote: -8<-- Start Bug Report 8<-- 1. Problem Description: $ENV{REDIRECT_ERROR_NOTES} not working with MP2 Using latest everything (modperl 2 RC5). To illustrate, I simply configure Apache wit

Re: [MP2] : REDIRECT_ERROR_NOTES not set on errordocument redirect

2005-05-12 Thread Stas Bekman
Mark wrote: Stas Bekman wrote: Mark wrote: -8<-- Start Bug Report 8<-- 1. Problem Description: $ENV{REDIRECT_ERROR_NOTES} not working with MP2 Using latest everything (modperl 2 RC5). To illustrate, I simply configure Apache with an errordocument: ErrorDoc

Re: [MP2] : REDIRECT_ERROR_NOTES not set on errordocument redirect

2005-05-10 Thread Mark
Stas Bekman wrote: Mark wrote: -8<-- Start Bug Report 8<-- 1. Problem Description: $ENV{REDIRECT_ERROR_NOTES} not working with MP2 Using latest everything (modperl 2 RC5). To illustrate, I simply configure Apache with an errordocument: ErrorDocument 500 /c

Re: [MP2] : REDIRECT_ERROR_NOTES not set on errordocument redirect

2005-05-10 Thread Mark
Stas Bekman wrote: Mark wrote: -8<-- Start Bug Report 8<-- 1. Problem Description: $ENV{REDIRECT_ERROR_NOTES} not working with MP2 Using latest everything (modperl 2 RC5). To illustrate, I simply configure Apache with an errordocument: ErrorDocument 500 /c

Re: [MP2] : REDIRECT_ERROR_NOTES not set on errordocument redirect

2005-05-03 Thread Stas Bekman
Mark wrote: -8<-- Start Bug Report 8<-- 1. Problem Description: $ENV{REDIRECT_ERROR_NOTES} not working with MP2 Using latest everything (modperl 2 RC5). To illustrate, I simply configure Apache with an errordocument: ErrorDocument 500 /cgi/printenv I have

[MP2] : REDIRECT_ERROR_NOTES not set on errordocument redirect

2005-04-28 Thread Mark
-8<-- Start Bug Report 8<-- 1. Problem Description: $ENV{REDIRECT_ERROR_NOTES} not working with MP2 Using latest everything (modperl 2 RC5). To illustrate, I simply configure Apache with an errordocument: ErrorDocument 500 /cgi/printenv I have a perl-scrip