Re: PerlAccessHandler -- struggling and drowning

2001-05-03 Thread David Kenzik
will trillich said... > problem: some browsers see 'redirect' and ignore all other > headers, so the cookies aren't set. when the browser arrives at > the login area, there's no cookie to send there, to formulate > a return-to address from. What percentage of 'some browsers' is your user b

RE: PerlAccessHandler -- struggling and drowning

2001-05-01 Thread Geoffrey Young
> -Original Message- > From: will trillich [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 01, 2001 3:38 PM > To: [EMAIL PROTECTED] > Subject: Re: PerlAccessHandler -- struggling and drowning > > > > now when lynx or netscape (but not konqueror) get valida

Re: PerlAccessHandler -- struggling and drowning

2001-05-01 Thread darren chamberlain
will trillich ([EMAIL PROTECTED]) said something to this effect on 05/01/2001: > now when lynx or netscape (but not konqueror) get validated, and > the server tries to redirect the browser back to the original > URL, the browsers seem to have cached the /login page as if it > were the /protected p

Re: PerlAccessHandler -- struggling and drowning

2001-05-01 Thread will trillich
On Tue, May 01, 2001 at 01:39:13PM -0500, will trillich wrote: > On Tue, May 01, 2001 at 01:58:56PM -0400, Chris Strom wrote: > > Even during a redirect. The following works for me (in a PerlInitHandler > > NOT a PerlAccessHandler) with lynx (2.7) just fine. > > > > $r->err_headers_out->add('L

Re: PerlAccessHandler -- struggling and drowning

2001-05-01 Thread will trillich
On Tue, May 01, 2001 at 02:49:05PM -0400, Chris Strom wrote: > > http://www.no-way-in-hell-bubba.com/login/";> > > should be: > > http://www.no-way-in-hell-bubba.com/login/";> tolja my understanding was questionable. that helped that part, at least... much thanks! so now i feel like i've g

RE: PerlAccessHandler -- struggling and drowning

2001-05-01 Thread Chris Strom
> http://www.no-way-in-hell-bubba.com/login/";> should be: http://www.no-way-in-hell-bubba.com/login/";>

Re: PerlAccessHandler -- struggling and drowning

2001-05-01 Thread will trillich
On Tue, May 01, 2001 at 01:58:56PM -0400, Chris Strom wrote: > > > I can't say as I've had any problems using > > > err_headers_out->add("Set-Cookie") with any browsers. I'm > > > surprised to hear that you've had problems with it. > > > > even DURING a redirect? i seem to have hit a chord her

RE: PerlAccessHandler -- struggling and drowning

2001-05-01 Thread Chris Strom
> > > -Original Message- > > > From: will trillich [mailto:[EMAIL PROTECTED]] > > > Sent: Monday, April 30, 2001 9:44 PM > > > To: [EMAIL PROTECTED] > > > Subject: PerlAccessHandler -- struggling and drowning > > > > this is

Re: PerlAccessHandler -- struggling and drowning

2001-05-01 Thread will trillich
Chris Strom wrote: > > > -Original Message- > > From: will trillich [mailto:[EMAIL PROTECTED]] > > Sent: Monday, April 30, 2001 9:44 PM > > To: [EMAIL PROTECTED] > > Subject: PerlAccessHandler -- struggling and drowning > > this is a PerlAc

RE: PerlAccessHandler -- struggling and drowning

2001-05-01 Thread Chris Strom
> -Original Message- > From: will trillich [mailto:[EMAIL PROTECTED]] > Sent: Monday, April 30, 2001 9:44 PM > To: [EMAIL PROTECTED] > Subject: PerlAccessHandler -- struggling and drowning > > > Eeyore here, again, less happy than ever. S.O.S. > > oka

PerlAccessHandler -- struggling and drowning

2001-04-30 Thread will trillich
Eeyore here, again, less happy than ever. S.O.S. okay. i try to use the Ticket*.pm modules from the book (chapter 6) verbatim and they work well for well-behaved browsers. to widen the workability (i.e. to make it functional for badly-mannered browsers*) i'm trying some workarounds. this is a P