Re: AuthenHandler talking to ErrorDocument

2005-01-26 Thread Sean Davis
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 e

Re: AuthenHandler talking to ErrorDocument

2005-01-26 Thread David Dorward
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

Re: AuthenHandler talking to ErrorDocument

2005-01-26 Thread Geoffrey Young
David Dorward wrote: > Currently I have an AuthenHandler that (amazingly enough) handles > authentication for a group of webpages. An ErrorDoctype directive points > users who haven't logged in, or who failed to login to a login form. > > I'd like to be able to display a message to user who fail

AuthenHandler talking to ErrorDocument

2005-01-26 Thread David Dorward
Currently I have an AuthenHandler that (amazingly enough) handles authentication for a group of webpages. An ErrorDoctype directive points users who haven't logged in, or who failed to login to a login form. I'd like to be able to display a message to user who failed to login explaining the rea