You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-cvs@httpd.apache.org by jo...@apache.org on 2004/10/24 22:50:09 UTC

cvs commit: httpd-test/perl-framework/t/modules rewrite.t

jorton      2004/10/24 13:50:09

  Modified:    perl-framework/t/modules rewrite.t
  Log:
  Note the PR number for reference.
  
  Revision  Changes    Path
  1.13      +1 -1      httpd-test/perl-framework/t/modules/rewrite.t
  
  Index: rewrite.t
  ===================================================================
  RCS file: /home/cvs/httpd-test/perl-framework/t/modules/rewrite.t,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -d -w -u -r1.12 -r1.13
  --- rewrite.t	24 Oct 2004 20:45:37 -0000	1.12
  +++ rewrite.t	24 Oct 2004 20:50:09 -0000	1.13
  @@ -62,7 +62,7 @@
   }
   
   if (have_module('mod_proxy') && have_module('mod_cgi')) {
  -    # broken in 1.3.32
  +    # regression in 1.3.32 and 2.0.53: (see PR 14518)
       $r = GET_BODY("/modules/rewrite/proxy2/env.pl?fish=fowl");
       chomp $r;
       ok t_cmp($r, qr/QUERY_STRING = fish=fowl\n/s, "QUERY_STRING passed OK");