> I've tried using notes and pnotes that I set in the
> authentication and authorization phases, but it looks like the
> custom_response actually creates a new request (or is it a subrequest?),
> and the notes and pnotes that I set aren't being seen by the
> M
you're on the right track here. cust
I was wondering if it was possible to pass data from a handler to a
custom_response declared handler within apache2/mod_perl2. I am putting
a custom_response on the the HTTP_FORBIDDEN return code to direct the
user to a login page (custom_response(Apache::HTTP_FORBIDDEN,
'login.pl')), so if th