[
https://issues.apache.org/jira/browse/HADOOP-10432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13965339#comment-13965339
]
Hudson commented on HADOOP-10432:
---------------------------------
FAILURE: Integrated in Hadoop-Mapreduce-trunk #1753 (See
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1753/])
HADOOP-10432. Refactor SSLFactory to expose static method to determine
HostnameVerifier. (tucu) (tucu:
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1586098)
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
*
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/ssl/SSLFactory.java
> Refactor SSLFactory to expose static method to determine HostnameVerifier
> -------------------------------------------------------------------------
>
> Key: HADOOP-10432
> URL: https://issues.apache.org/jira/browse/HADOOP-10432
> Project: Hadoop Common
> Issue Type: Improvement
> Components: security
> Affects Versions: 3.0.0
> Reporter: Alejandro Abdelnur
> Assignee: Alejandro Abdelnur
> Fix For: 3.0.0
>
> Attachments: HADOOP-10432.patch
>
>
> The {{SSFactory.getHostnameVerifier()}} method is private and takes a
> configuration to fetch a hardcoded property. Having a public method to
> resolve a verifier based on the provided value will enable getting a verifier
> based on the verifier constant (DEFAULT, DEFAULT_AND_LOCALHOST, STRICT,
> STRICT_IE6, ALLOW_ALL).
--
This message was sent by Atlassian JIRA
(v6.2#6252)