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

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 PerlAccessHandler, which should check for the existence

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 here, as i'm

RE: PerlAccessHandler -- struggling and drowning

2001-05-01 Thread Chris Strom
headmeta http-equiv=Refresh content=2; http://www.no-way-in-hell-bubba.com/login/; should be: meta http-equiv=Refresh content=2; URL=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 02:49:05PM -0400, Chris Strom wrote: headmeta http-equiv=Refresh content=2; http://www.no-way-in-hell-bubba.com/login/; should be: meta http-equiv=Refresh content=2; URL=http://www.no-way-in-hell-bubba.com/login/; tolja my understanding was questionable.

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('Location' =

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

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 validated, and the server tries

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