On Nov 27, 2007 10:01 AM, Geoffrey Young <[EMAIL PROTECTED]> wrote:
> David Eisner wrote:
> > desired behavior is that the user first gets the Basic AuthType
> > username/password dialog, and if they successfully login, then they
> > get taken to the agreement page.
his? I
checked the documentation and it seems incomplete, indicating that
Hook Ordering is "not working." [1] Is that the end of the story?
Thanks.
-David
[1]
http://perl.apache.org/docs/2.0/user/handlers/intro.html#Hook_Ordering__Position_
--
David Eisner http://cradle.brokenglass.com
rhaps error messages in the
error_log, but not an invalid memory access.
In any case, I won't (intentionally) do that again. Thanks.
-David
--
David Eisner http://cradle.brokenglass.com
-8<-- Start Bug Report 8<--
1. Problem Description:
[System: Solaris 9, apache-2.0.61, Perl 5.8.8, mod_perl 2.0.3, and
also mod_perl 2.0.4-dev (from svn checkout yesterday).
httpd segfaults when I access this CGI, on the second or subsequent
access (but not
p/lib);
1;
Here's my handler (a work in progress):
#
# mod_perl handler to check whether user
# has accepted the Calce Legal Agreement.
#
# Author: David Eisner
# Date: November 2007
package Calce::CheckCLA;
use strict;
use warnings;
use Apache2: