[franklin_tech_bulletins@yahoo.com: IBM AS/400 HTTP Server '/' attack]

2001-11-08 Thread john sachs
hey. after this was reported, i knew apache was not affected, but i thought id write a quick test to add to the suite just to make sure it never got introduced. anyway, in doing so, i noticed that 1.3 serves the page as you'd expect. in 2.0, you get 404. which is "correct"? i kinda think 404 is

Re: [patch take3] add test skipping reasoning

2001-11-08 Thread Doug MacEachern
On Thu, 8 Nov 2001, Stas Bekman wrote: patch doesn't apply for me, but looks good so just commit and .. > - when I run filter/case test I get: > filter/caseskipped: cannot find mod_php4, cannot find case_filter > => where the php4 requirement comes from? .. we'll figure this out then. >

Re: Skipping subtests?

2001-11-08 Thread Stas Bekman
Rodent of Unusual Size wrote: Doug MacEachern wrote: skip 'no foo'; prints: 1..2 ok 1 ok 2 # skip no foo Not for me it doesn't; it prints 'Not enough arguments for Test::skip'. I think that should be: if ($condition) { ok ... ok... } else skip $reason, $how_many_to_skip; # e.g. 2 }

Re: cvs commit: httpd-test/perl-framework/t/htdocs/limits index.html

2001-11-08 Thread Rodent of Unusual Size
[EMAIL PROTECTED] wrote: > > Modified:perl-framework/t/apache limits.t >perl-framework/t/conf extra.conf.in > Added: perl-framework/t/htdocs/limits index.html > Log: > - compartmentalise the directives as much as is possible > - don't use so much memory Thanks,

Re: Skipping subtests?

2001-11-08 Thread Rodent of Unusual Size
Doug MacEachern wrote: > > skip 'no foo'; > > prints: > 1..2 > ok 1 > ok 2 # skip no foo Not for me it doesn't; it prints 'Not enough arguments for Test::skip'. -- #kenP-)} Ken Coar, Sanagendamgagwedweinini http://Golux.Com/coar/ Author, developer, opinionist http://Apache-Server

[patch take3] add test skipping reasoning

2001-11-08 Thread Stas Bekman
this patch: - prints the reason when a test is skipped o automatically for the built in condition functions o lets user provide his own condition funcs and reasoning for custom requirements issues - when I run filter/case test I get: filter/caseskipped: cannot find mod_php4, cannot find