The docs hint that I can use whatever I would put after ErrorDocument
as the arg to custom_response, but also suggest that I can put "a
module" there.  Does that mean it's the same style of argument as a
->pushhandler(), where I can also put a coderef?

I'm trying to write a custom Auth/Authz handler, and want to handle
the failure within my module as well, sharing some variables that I've
already determined during the failure.  I can't output content during
the Authz phase (or can I?), so I need to set up a very custom
handler.

Anyone done anything like this?  Am I heading down a dark damp tunnel?

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

Reply via email to