Re: Apache2::AuthCookie, $r->prev not defined in subrequests

2008-01-10 Thread Vegard Vesterheim
On Thu, 10 Jan 2008 13:48:26 +0100 Torsten Foertsch <[EMAIL PROTECTED]> wrote: > On Thu 10 Jan 2008, Vegard Vesterheim wrote: >> The problem I encounter is that the authenticated user is not >> propagated into to the subrequest, so my auth-handler can not do its >> job. The following code is from

Re: Apache2::AuthCookie, $r->prev not defined in subrequests

2008-01-10 Thread Torsten Foertsch
On Thu 10 Jan 2008, Vegard Vesterheim wrote: > The problem I encounter is that the authenticated user is not > propagated into to the subrequest, so my auth-handler can not do its > job. The following code is from Apache2::AuthCookie.pm: > >     unless ($r->is_initial_req) { >         if (defined $

Apache2::AuthCookie, $r->prev not defined in subrequests

2008-01-10 Thread Vegard Vesterheim
I have encountered a problem with Apache2::AuthCookie (version 3.10). I have created a module which inherits from Apache2::AuthCookie, and configured a PerlAuthenHandler and a PerlAuthzHandler for a given Location. File requests works ok, but not directory requests, I suspect this is related to ap