RE: internal_redirect and returns

2003-03-06 Thread Gareth Kirwan
TED] > Cc: [EMAIL PROTECTED] > Subject: Re: internal_redirect and returns > > > [snip] > > I use this subroutine: > > > > sub let_through { > > my ($self, $r, $p) = @_; > > $r->set_handlers( PerlAuthzHandler => [\&OK] ); > >

Re: internal_redirect and returns

2003-03-05 Thread Geoffrey Young
[snip] I use this subroutine: sub let_through { my ($self, $r, $p) = @_; $r->set_handlers( PerlAuthzHandler => [\&OK] ); $r->set_handlers( PerlAuthenHandler => [\&OK] ); $p && $r->internal_redirect( $p ); return OK; } And under some circumstances mig

internal_redirect and returns

2003-03-04 Thread Gareth Kirwan
I have a login system based on Apache::AuthCookie. The handler for a location is set like this: AuthType Thermeon::AuthHandler AuthName Thermeon SetHandler perl-script PerlHandler Thermeon::AuthHandler->login login isn't defined in Thermeon::AuthHandler - so the call passes up the ISA to