David,
As another approach to the same problem, I created a custom response for FORBIDDEN. I use a template to customize the response to the situation. In some cases, it simply presents a login page (if no parameters are passed in). In others (bad form parameters), it gives the appropriate error message.
Sean
On Jan 26, 2005, at 11:20 AM, David Dorward wrote:
Geoffrey Young wrote:
What is the accepted way to pass a message from the AuthenHandler to the
ErrorDocument?
my $notes = ($r->prev || $r)->notes;
That works a charm. Thanks.
-- David Dorward