Browse Source

Remove yahoo branding from footer of servlet.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.20-security-203@1086430 13f79535-47bb-0310-9956-ffa450edef68
Owen O'Malley 14 years ago
parent
commit
cc3ee97272
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/core/org/apache/hadoop/util/ServletUtil.java

+ 2 - 2
src/core/org/apache/hadoop/util/ServletUtil.java

@@ -52,8 +52,8 @@ public class ServletUtil {
   }
 
   public static final String HTML_TAIL = "<hr />\n"
-    + "This release is based on the <a href='http://developer.yahoo.com/hadoop/'>Yahoo! Distribution of Hadoop</a>, " 
-    + "powering the largest Hadoop clusters in the Universe!\n"
+    + "This is <a href='http://hadoop.apache.org/'>Apache Hadoop</a> release "
+    + VersionInfo.getVersion() + "\n"
     + "</body></html>";
   
   /**