[
https://issues.apache.org/jira/browse/HADOOP-14341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15978680#comment-15978680
]
Steve Loughran commented on HADOOP-14341:
-----------------------------------------
LGTM
+1, after one minor change: the logDebug line 145 should be guarded to avoid
the joinstrings when debug==false
> Support multi-line value for ssl.server.exclude.cipher.list
> -----------------------------------------------------------
>
> Key: HADOOP-14341
> URL: https://issues.apache.org/jira/browse/HADOOP-14341
> Project: Hadoop Common
> Issue Type: Bug
> Affects Versions: 2.7.4
> Reporter: John Zhuge
> Assignee: John Zhuge
> Attachments: HADOOP-14341.001.patch
>
>
> The multi-line value for {{ssl.server.exclude.cipher.list}} shown in
> {{ssl-server.xml.exmple}} does not work. The property value
> {code}
> <property>
> <name>ssl.server.exclude.cipher.list</name>
> <value>TLS_ECDHE_RSA_WITH_RC4_128_SHA,SSL_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA,
> SSL_RSA_WITH_DES_CBC_SHA,SSL_DHE_RSA_WITH_DES_CBC_SHA,
> SSL_RSA_EXPORT_WITH_RC4_40_MD5,SSL_RSA_EXPORT_WITH_DES40_CBC_SHA,
> SSL_RSA_WITH_RC4_128_MD5</value>
> <description>Optional. The weak security cipher suites that you want
> excluded
> from SSL communication.</description>
> </property>
> {code}
> is actually parsed into:
> * "TLS_ECDHE_RSA_WITH_RC4_128_SHA"
> * "SSL_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA"
> * "\nSSL_RSA_WITH_DES_CBC_SHA"
> * "SSL_DHE_RSA_WITH_DES_CBC_SHA"
> * "\nSSL_RSA_EXPORT_WITH_RC4_40_MD5"
> * "SSL_RSA_EXPORT_WITH_DES40_CBC_SHA"
> * "\nSSL_RSA_WITH_RC4_128_MD5"
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]