Browse Source

commit 8a2f1e9fb9ddc35b597584d680c7e684b900ad02
Author: Jakob Homan <jhoman@yahoo-inc.com>
Date: Wed Mar 17 14:13:39 2010 -0700

HDFS:6603 from https://issues.apache.org/jira/secure/attachment/12439078/fix_comment_y20.patch

+++ b/YAHOO-CHANGES.txt
+ HADOOP-6603. Addition to original patch to be explicit
+ about new method not being for general use. (jhoman)
+


git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.20-security-patches@1077329 13f79535-47bb-0310-9956-ffa450edef68

Owen O'Malley 14 years ago
parent
commit
46968fd74e
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/core/org/apache/hadoop/security/SecurityUtil.java

+ 3 - 1
src/core/org/apache/hadoop/security/SecurityUtil.java

@@ -73,7 +73,9 @@ public class SecurityUtil {
    * to ensure that in a cross-realm environment the remote host will be 
    * successfully authenticated.  
    * 
-   * This method will be removed when the Java behavior is changed.
+   * This method is internal to Hadoop and should not be used by other 
+   * applications.  This method should not be considered stable or open: 
+   * it will be removed when the Java behavior is changed.
    * 
    * @param remoteHost Target URL the krb-https client will access
    */