Return-Path: Delivered-To: apmail-perl-modperl-archive@www.apache.org Received: (qmail 68953 invoked from network); 16 Apr 2004 22:37:14 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 16 Apr 2004 22:37:14 -0000 Received: (qmail 33521 invoked by uid 500); 16 Apr 2004 22:36:49 -0000 Delivered-To: apmail-perl-modperl-archive@perl.apache.org Received: (qmail 33395 invoked by uid 500); 16 Apr 2004 22:36:48 -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 33370 invoked from network); 16 Apr 2004 22:36:47 -0000 X-Mailer: exmh version 2.6.3 04/04/2003 with nmh-1.0.4 X-uri: To: Geoffrey Young cc: modperl@perl.apache.org Subject: Re: [mp2] changing PerlAuthenHandler to RUN_ALL In-reply-to: Your message of "Thu, 15 Apr 2004 19:15:06 EDT." <407F177A.9090101@modperlcookbook.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 16 Apr 2004 18:37:38 -0400 From: John D Groenveld Message-Id: <20040416223751Z110871-586+231@elvis.arl.psu.edu> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N In message <407F177A.9090101@modperlcookbook.org>, Geoffrey Young writes: >if ($authenticated) { > return OK >} >else { > $r->push_handlers(PerlFixupHandler => \&manage_cache); >} Thank you! This is working out very well. Clean and straightforward. My head was so deep in Chris and Jason's hacks around the weird MP1 behavior that I couldn't see the forest thru the trees. I haven't had this much fun coding in a long time. :) 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