You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by st...@apache.org on 2003/05/22 08:11:21 UTC

cvs commit: modperl-2.0/t/filter/TestFilter both_str_req_mix.pm

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