RE: potential bug/issue with internal_redirect in mp2

2004-07-13 Thread Kreimendahl, Chad J
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

Re: potential bug/issue with internal_redirect in mp2

2004-07-12 Thread Geoffrey Young
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

Re: potential bug/issue with internal_redirect in mp2

2004-07-12 Thread John Wittkoski
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

Re: potential bug/issue with internal_redirect in mp2

2004-06-30 Thread Randall Munden
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

RE: potential bug/issue with internal_redirect in mp2

2004-06-30 Thread Kreimendahl, Chad J
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

Re: potential bug/issue with internal_redirect in mp2

2004-06-29 Thread Geoffrey Young
> 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

potential bug/issue with internal_redirect in mp2

2004-06-29 Thread Kreimendahl, Chad J
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