Alejandro Abdelnur created HADOOP-10432: -------------------------------------------
Summary: 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 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)