Apache::Clean mod_perl 2.0 port

2002-10-14 Thread Geoffrey Young
hi all... I had a few moments so I've started to port Apache::Clean over to mod_perl 2.0. it's far from complete, and I haven't examined all the issues with proper caching headers yet, but you can find the work in progress here: http://www.modperlcookbook.org/~geoff/modules/experimental/A

Re: [PATCH] PerlAuthzHandler

2002-10-14 Thread Geoffrey Young
scratch that - I see how it works now. geez, this test autogenerate stuff is confusing :) sorry for the waste of bandwidth... Geoffrey Young wrote: > hi... > > I found it strange that hooks/authz.t didn't actually test the > PerlAuthzHandler - shuffling the test so that it actually tests th

[PATCH] PerlAuthzHandler

2002-10-14 Thread Geoffrey Young
hi... I found it strange that hooks/authz.t didn't actually test the PerlAuthzHandler - shuffling the test so that it actually tests the hook in question is probably better (in theory at least :) --Geoff Index: t/hooks/TestHooks/authz.pm

[PATCH] post_connection() = register_cleanup()

2002-10-14 Thread Geoffrey Young
here's a patch for the post_connection() stuff I mentioned last week. I also added a test, though neither really test much. --Geoff Index: t/response/TestCompat/request.pm === RCS file: /home/cvspublic/modperl-2.0/t/response/Test