public inbox for java-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [wwwdocs,Java] bin/gen-classpath-compare: http -> https
@ 2014-07-08 22:27 Gerald Pfeifer
  0 siblings, 0 replies; only message in thread
From: Gerald Pfeifer @ 2014-07-08 22:27 UTC (permalink / raw)
  To: gcc-patches, java-patches

Java guys, 

 -- do you still need this script or can it be removed?


For now I went ahead and applied the patch below which converts
the reference to the style sheet from http to https.

Gerald

Index: bin/gen-classpath-compare
===================================================================
RCS file: /cvs/gcc/wwwdocs/bin/gen-classpath-compare,v
retrieving revision 1.17
diff -u -r1.17 gen-classpath-compare
--- bin/gen-classpath-compare	23 Sep 2004 22:46:06 -0000	1.17
+++ bin/gen-classpath-compare	8 Jul 2014 22:18:39 -0000
@@ -45,7 +45,7 @@
 rm -f $OUTPUT/compare/*.diff
 
 echo "<html> <head> <title>libgcj -vs- Classpath ($GUI)</title>" > $outfile
-echo '<link rel="stylesheet" type="text/css" href="http://gcc.gnu.org/gcc.css"></link>' >> $outfile
+echo '<link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"></link>' >> $outfile
 echo "</head> <body> <h1>libgcj -vs- Classpath ($GUI)</h1>" >> $outfile
 
 cat >> $outfile << 'END'

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-07-08 22:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-08 22:27 [wwwdocs,Java] bin/gen-classpath-compare: http -> https Gerald Pfeifer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).