In message <[EMAIL PROTECTED]>, 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 [EMAIL PROTECTED] -- 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