X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=cgi-bin%2Fdispatcher.pl;fp=cgi-bin%2Fdispatcher.pl;h=86bb48962db56c02c6b93244d66dc9beff4071ba;hb=a38d98d27880c8fc0f4d98646e318ecc1d39884f;hp=6235cc5e39854b6b746d09100700d5dca287e6d4;hpb=4452916120a65632430780fd0eb16f63811517b9;p=deb%2Fpackages.git diff --git a/cgi-bin/dispatcher.pl b/cgi-bin/dispatcher.pl index 6235cc5..86bb489 100755 --- a/cgi-bin/dispatcher.pl +++ b/cgi-bin/dispatcher.pl @@ -167,7 +167,8 @@ if (my $path = $input->path_info() || $input->param('PATH_INFO')) { my ( $pkg, @suites, @sections, @subsections, @archives, @archs ); my %params_def = ( keywords => { default => undef, - match => '^\s*([-+\@\s\w\/.:]+)\s*$', + array => '\s+', + match => '^([-+\@\w\/.:]+)$', }, package => { default => undef, match => '^([\w.+-]+)$',