Allow '-' (dash) in the retrieved project directory.
authorshort <>
Tue, 18 Oct 2005 05:04:46 +0000 (05:04 +0000)
committershort <>
Tue, 18 Oct 2005 05:04:46 +0000 (05:04 +0000)
 - Required for: badblock-guess

project/ChangeLog.pm

index cfef9a5..4cae2ac 100755 (executable)
@@ -34,7 +34,7 @@ sub handler
 my $W=My::Web->init(
                "header_only"=>1,
                "args_check"=>{
 my $W=My::Web->init(
                "header_only"=>1,
                "args_check"=>{
-                               "cvs"=>'^[\w\d][\w\d/.]*$',
+                               "cvs"=>'^[\w\d][-\w\d/.]*$',
                                },
                "content_type"=>"text/plain",
                "http_safe"=>0, # cvs(1) downloads.
                                },
                "content_type"=>"text/plain",
                "http_safe"=>0, # cvs(1) downloads.