From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from localhost (mandoc.bsd.lv [local]) by mandoc.bsd.lv (OpenSMTPD) with ESMTPA id f2cb0be3 for ; Sat, 30 Nov 2019 08:09:11 -0500 (EST) Date: Sat, 30 Nov 2019 08:09:11 -0500 (EST) X-Mailinglist: mandoc-source Reply-To: source@mandoc.bsd.lv MIME-Version: 1.0 From: schwarze@mandoc.bsd.lv To: source@mandoc.bsd.lv Subject: cvsweb: Delete disabled code for globbing in PATH_INFO. X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Message-ID: <8d079d0d10c03db7@mandoc.bsd.lv> Log Message: ----------- Delete disabled code for globbing in PATH_INFO. No implemention exists, and writing one looks like a bad idea for security reasons. Modified Files: -------------- cvsweb: cvsweb.cgi Revision Data ------------- Index: cvsweb.cgi =================================================================== RCS file: /home/cvs/mandoc/cvsweb/cvsweb.cgi,v retrieving revision 4.39 retrieving revision 4.40 diff -Lcvsweb.cgi -Lcvsweb.cgi -u -p -r4.39 -r4.40 --- cvsweb.cgi +++ cvsweb.cgi @@ -1287,16 +1287,6 @@ elsif (do { (my $tmp = $fullname) =~ s|/ } -elsif (0 && (my @files = &safeglob($fullname . ",v"))) { - http_header("text/plain"); - print "You matched the following files:\n"; - print join ("\n", @files); - - # TODO: - # Find the tags from each file - # Display a form offering diffs between said tags -} - else { # Assume it's a module name with a potential path following it. my $module; -- To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv