فهرست منبع

commit 2d7040470deef94cb5c9ad9e6546c902c6353d4a
Author: Jakob Homan <jhoman@yahoo-inc.com>
Date: Wed Mar 3 11:29:51 2010 -0800

HADOOP:6584 javadoc fix
https://issues.apache.org/jira/secure/attachment/12437768/HADOOP-6584-FixJavadoc-Y20.patch

+++ b/YAHOO-CHANGES.txt
+
+ HADOOP-6584. Fix javadoc warnings introduced by original HADOOP-6584
+ patch (jhoman)


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

Owen O'Malley 14 سال پیش
والد
کامیت
0b3c505a86

+ 1 - 1
src/core/org/apache/hadoop/http/HttpServer.java

@@ -448,7 +448,7 @@ public class HttpServer implements FilterContainer {
    * Configure an ssl listener on the server.
    * Configure an ssl listener on the server.
    * @param addr address to listen on
    * @param addr address to listen on
    * @param sslConf conf to retrieve ssl options
    * @param sslConf conf to retrieve ssl options
-   * @param needClientAuth whether client authentication is required
+   * @param needCertsAuth whether x509 certificate authentication is required
    * @param needKrbAuth whether to allow kerberos auth
    * @param needKrbAuth whether to allow kerberos auth
    */
    */
   public void addSslListener(InetSocketAddress addr, Configuration sslConf,
   public void addSslListener(InetSocketAddress addr, Configuration sslConf,

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

@@ -177,7 +177,7 @@ public class Krb5AndCertsSslSocketConnector extends SslSocketConnector {
   
   
   /**
   /**
    * Filter that takes the Kerberos principal identified in the 
    * Filter that takes the Kerberos principal identified in the 
-   * {@link Krb5SslSocketConnector} and provides it the to the servlet
+   * {@link Krb5AndCertsSslSocketConnector} and provides it the to the servlet
    * at runtime, setting the principal and short name.
    * at runtime, setting the principal and short name.
    */
    */
   public static class Krb5SslFilter implements Filter {
   public static class Krb5SslFilter implements Filter {