Return-Path: Delivered-To: apmail-perl-modperl-archive@www.apache.org Received: (qmail 1846 invoked from network); 15 Jun 2004 20:38:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 15 Jun 2004 20:38:51 -0000 Received: (qmail 4666 invoked by uid 500); 15 Jun 2004 20:38:04 -0000 Delivered-To: apmail-perl-modperl-archive@perl.apache.org Received: (qmail 4547 invoked by uid 500); 15 Jun 2004 20:38:01 -0000 Mailing-List: contact modperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list modperl@perl.apache.org Received: (qmail 4403 invoked by uid 99); 15 Jun 2004 20:38:00 -0000 X-uri: To: Geoffrey Young cc: modperl@perl.apache.org Subject: Re: [mp2] Authen handler with htgroup authorization In-reply-to: Your message of "Mon, 14 Jun 2004 23:47:16 EDT." <40CE7144.606@modperlcookbook.org> Date: Tue, 15 Jun 2004 16:38:19 -0400 From: John D Groenveld Message-Id: <20040615203827Z7079-422+47@elvis.arl.psu.edu> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N In message <40CE7144.606@modperlcookbook.org>, Geoffrey Young writes: >can you try current CVS if you get the chance? Done. dumps core at the same function in mod_auth. Server: Apache/2.0.49 (Unix) mod_perl/1.99_15-dev Perl/v5.8.4 DAV/2 >I'll try to investigate it this week. is your PerlAuthenHandler just >returning OK? and I am assuming that the mp2 test suite passes ok as well? Yes. sub handler { my($r) = @_; return Apache::OK unless $r->is_initial_req; my($status, $password) = $r->get_basic_auth_pw; return $status unless $status == Apache::OK; return Apache::OK; } John groenveld@acm.org -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html