Author: jorton Date: Fri Aug 5 06:59:25 2005 New Revision: 230473 URL: http://svn.apache.org/viewcvs?rev=230473&view=rev Log: Run revproxy escaping test against 2.0.55 and later. Modified: httpd/test/trunk/perl-framework/t/modules/proxy.t Modified: httpd/test/trunk/perl-framework/t/modules/proxy.t URL: http://svn.apache.org/viewcvs/httpd/test/trunk/perl-framework/t/modules/proxy.t?rev=230473&r1=230472&r2=230473&view=diff ============================================================================== --- httpd/test/trunk/perl-framework/t/modules/proxy.t (original) +++ httpd/test/trunk/perl-framework/t/modules/proxy.t Fri Aug 5 06:59:25 2005 @@ -35,7 +35,7 @@ skip "skipping tests without CGI module" foreach (1..6); } -if (have_min_apache_version('2.1.0')) { +if (have_min_apache_version('2.0.55')) { # trigger the "proxy decodes abs_path issue": with the bug present, the # proxy URI-decodes on the way through, so the origin server receives # an abs_path of "/reverse/nonesuch/file%", which it fails to parse and