t: Monday, July 12, 2004 5:59 PM
To: Geoffrey Young
Cc: Kreimendahl, Chad J; [EMAIL PROTECTED]
Subject: Re: potential bug/issue with internal_redirect in mp2
Geoffrey Young wrote on 6/29/04, 6:28 PM:
>
> > OLD WAY: [broken]
> > $obj->{USER_ID} = $r->us
John Wittkoski wrote:
> Geoffrey Young wrote on 6/29/04, 6:28 PM:
> >
> > > OLD WAY: [broken]
> > > $obj->{USER_ID} = $r->user;
> > > $obj->{USER_PASS} = $I->get_basic_auth_pw;
> >
> > I'm not sure where you would have gotten this way from, but it is clearly
> > wro
Geoffrey Young wrote on 6/29/04, 6:28 PM:
>
> > OLD WAY: [broken]
> > $obj->{USER_ID} = $r->user;
> > $obj->{USER_PASS} = $I->get_basic_auth_pw;
>
> I'm not sure where you would have gotten this way from, but it is clearly
> wrong - in both apache 1.3 and 2.0 it is ap
them fail over and over again to
> make things happy with and mp1.
>
>
>
> -Original Message-
> From: Geoffrey Young [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, June 29, 2004 5:28 PM
> To: Kreimendahl, Chad J
> Cc: [EMAIL PROTECTED]
> Subject: Re: pote
time it's terribly funny watching them fail over and over again to
make things happy with and mp1.
-Original Message-
From: Geoffrey Young [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 29, 2004 5:28 PM
To: Kreimendahl, Chad J
Cc: [EMAIL PROTECTED]
Subject: Re: potential
> OLD WAY: [broken]
> $obj->{USER_ID} = $r->user;
> $obj->{USER_PASS} = $I->get_basic_auth_pw;
I'm not sure where you would have gotten this way from, but it is clearly
wrong - in both apache 1.3 and 2.0 it is ap_get_basic_auth_pw that populates
$r->user (r->user in 2.0 an
Here goes...
-8<-- Start Bug Report 8<--
1. Problem Description:
This issue occurs only when using auth and internal_redirects.
User request page a.html
some task is done and redirects to b.html
the redirect page (b.html) will not contain $r->user