This is the mail archive of the gnats-devel@sources.redhat.com mailing list for the GNATS project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

PATCH installed: gnatsweb 2.9.x browser compatibility


I have installed the following fix by Franz on the gnatsweb-v2-branch
branch of the gnatsweb repository on savannah.gnu.org.

Gnatsweb 4.x doesn't seem to have this problem, but it might sense to
release 2.9.1 at some point, as this causes problems for the Konquerer
browser, for example.

Gerald

2001-09-24  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>

	* gnatsweb.pl: Spaces in HREFs must be encoded.

Index: gnatsweb.pl
===================================================================
RCS file: /cvsroot/gnatsweb/gnatsweb/gnatsweb.pl,v
retrieving revision 1.1.1.1.2.8
diff -u -3 -p -r1.1.1.1.2.8 gnatsweb.pl
--- gnatsweb.pl	2001/09/10 09:11:04	1.1.1.1.2.8
+++ gnatsweb.pl	2001/09/25 13:36:15
@@ -2313,7 +2313,7 @@ EOF
   $row2 .= qq(<TD><A HREF="$url&cmd=create" STYLE="$buttonstyle">CREATE</A></TD>);
   $row2 .= qq(<TD><A HREF="$url&cmd=query" STYLE="$buttonstyle">QUERY</A></TD>);
   $row2 .= qq(<TD><A HREF="$url&cmd=advanced%20query" STYLE="$buttonstyle">ADV. QUERY</A></TD>);
-  $row2 .= qq(<TD><A HREF="$url&cmd=login again" STYLE="$buttonstyle">LOGIN AGAIN</A></TD>);
+  $row2 .= qq(<TD><A HREF="$url&cmd=login%20again" STYLE="$buttonstyle">LOGIN AGAIN</A></TD>);
   $row2 .= qq(<TD><A HREF="$url&cmd=help" STYLE="$buttonstyle">HELP</A></TD>);
   $row2 .= qq(</TR>\n);
   $row2 .= qq(</TABLE>\n</TD>\n</TR>);




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]