[EMAIL PROTECTED] wrote:
> jorton      2004/10/25 06:04:14
> 
>   Modified:    perl-framework/t/conf extra.conf.in
>   Added:       perl-framework/t/htdocs/security CAN-2004-0940.shtml
>                perl-framework/t/security CAN-2004-0940.t
>   Log:
>   Regression test for CAN-2004-0940, 1.3 mod_include overflow.

hi joe :)

I get the following failures on 1.3.32 but not on 1.3.33.

t/modules/rewrite.t                      22    2   9.09%  18 20
t/security/CAN-2004-0940.t                1    1 100.00%  1
t/security/CAN-2004-0958.t                9    2  22.22%  1 3

I think these are all recent additions from you.  should each of these
failures be skipped unless something like

  ( have_apache(1) && have_min_apache_version(1.3.33) ) ||
  ( have_apache(2) && have_min_apache_version(2.0.XX) )

?

--Geoff

Reply via email to