I'm currently having a problem with cvsweb-1.80 (and very new to CGI).

The first one looks like a bug but, since the breakage is so obvious, I'm
hesitant on claiming that it is.  I'm able to get the $CVSROOT page up, but the
links are all wrong.  I've made the following patch to fix it:

@@ -497,7 +497,7 @@
               print " ", &link("Previous Directory",$url);
          }
          else {
+              $url = urlencode($scriptwhere) . urlencode($_) . '/' . $query;
-              $url = urlencode($_) . '/' . $query;
               print "<A NAME=\"$_\">";
               if ($nofilelinks) {
                    print $diricon;

What's very strange is that the patch isn't necessary when the URL used is
"http://blah/blah/blah/cvsweb.cgi/" instead of
"http://blah/blah/blah/cvsweb.cgi" (notice the missing '/' at the end).

Does anyone know whether this is an actual bug or am I configuring something
wrong?

Thanks,
Noel



This communication is for informational purposes only.  It is not intended as
an offer or solicitation for the purchase or sale of any financial instrument
or as an official confirmation of any transaction. All market prices, data
and other information are not warranted as to completeness or accuracy and
are subject to change without notice. Any comments or statements made herein
do not necessarily reflect those of J.P. Morgan & Co. Incorporated, its
subsidiaries and affiliates.

Reply via email to