Return-Path: Delivered-To: apmail-perl-modperl-cvs-archive@perl.apache.org Received: (qmail 17583 invoked by uid 500); 22 May 2003 06:11:23 -0000 Mailing-List: contact modperl-cvs-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@perl.apache.org Delivered-To: mailing list modperl-cvs@perl.apache.org Received: (qmail 17572 invoked by uid 500); 22 May 2003 06:11:22 -0000 Delivered-To: apmail-modperl-2.0-cvs@apache.org Date: 22 May 2003 06:11:21 -0000 Message-ID: <20030522061121.70243.qmail@icarus.apache.org> From: stas@apache.org To: modperl-2.0-cvs@apache.org Subject: cvs commit: modperl-2.0/t/filter/TestFilter both_str_req_mix.pm X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N stas 2003/05/21 23:11:21 Modified: t/filter/TestFilter both_str_req_mix.pm Log: add more details to the priority comments in the filter configuration section Revision Changes Path 1.2 +5 -2 modperl-2.0/t/filter/TestFilter/both_str_req_mix.pm Index: both_str_req_mix.pm =================================================================== RCS file: /home/cvs/modperl-2.0/t/filter/TestFilter/both_str_req_mix.pm,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- both_str_req_mix.pm 14 May 2003 02:28:55 -0000 1.1 +++ both_str_req_mix.pm 22 May 2003 06:11:21 -0000 1.2 @@ -124,9 +124,12 @@ Options +Includes # DEFLATE has a higher priority (AP_FTYPE_CONTENT_SET=20) than - # mod_perl request filters (AP_FTYPE_RESOURCE), so it's going + # mod_perl request filters (AP_FTYPE_RESOURCE=10), so it's going # to filter input first no matter how we insert other mod_perl - # filters. + # filters. (mod_perl connection filter handlers have an even + # higher priority (AP_FTYPE_PROTOCOL = 30), see + # include/util_filter.h for those definitions). + # # PerlSetInputFilter is only useful for preserving the # insertion order of filters with the same priority SetInputFilter DEFLATE