Author: ruchithf
Date: Tue Sep 29 17:11:26 2009
New Revision: 820033
URL: http://svn.apache.org/viewvc?rev=820033&view=rev
Log:
Fix for the download issue
Modified:
webservices/rampart/site/java/download/1.4/download.html
Modified: webservices/rampart/site/java/download/1.4/download.html
URL:
http://svn.apache.org/viewvc/webservices/rampart/site/java/download/1.4/download.html?rev=820033&r1=820032&r2=820033&view=diff
==============================================================================
--- webservices/rampart/site/java/download/1.4/download.html (original)
+++ webservices/rampart/site/java/download/1.4/download.html Tue Sep 29
17:11:26 2009
@@ -222,7 +222,18 @@
<i>backup</i>
mirrors (at the end of the mirrors list) that should
be available.</p>
-<form action="[location]" method="get" id="SelectMirror"
name="SelectMirror">Other mirrors: <select name="Preferred"><option
value="[http]" selected="selected">[http]</option><option
value="[ftp]">[ftp]</option><option value="[backup]">[backup]
(backup)</option></select><input type="submit" value="Change"></form><p>You may
also consult the <a class="externalLink"
href="http://www.apache.org/mirrors/">complete list of mirrors</a>
+<form action="[location]" method="get" id="SelectMirror" name="SelectMirror">
+Other mirrors: <select name="Preferred">
+[if-any http]
+ [for http]<option value="[http]">[http]</option>[end]
+[end]
+[if-any ftp]
+ [for ftp]<option value="[ftp]">[ftp]</option>[end]
+[end]
+[if-any backup]
+ [for backup]<option value="[backup]">[backup] (backup)</option>[end]
+[end]
+</select><input type="submit" value="Change"></form><p>You may also consult
the <a class="externalLink" href="http://www.apache.org/mirrors/">complete list
of mirrors</a>
.</p>
<p><strong>Note:</strong> when downloading from a mirror please
check the <a class="externalLink"
href="http://www.apache.org/dev/release-signing#md5">md5sum</a>