[
https://issues.apache.org/jira/browse/HADOOP-11311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14215285#comment-14215285
]
Hudson commented on HADOOP-11311:
---------------------------------
SUCCESS: Integrated in Hadoop-trunk-Commit #6561 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/6561/])
HADOOP-11311. Restrict uppercase key names from being created with JCEKS.
(wang: rev 48d62fad80aaa13ee1a26fca14437722ed46da25)
*
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/crypto/key/TestKeyProviderFactory.java
*
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/crypto/key/JavaKeyStoreProvider.java
* hadoop-common-project/hadoop-common/CHANGES.txt
> Restrict uppercase key names from being created with JCEKS
> ----------------------------------------------------------
>
> Key: HADOOP-11311
> URL: https://issues.apache.org/jira/browse/HADOOP-11311
> Project: Hadoop Common
> Issue Type: Bug
> Components: security
> Affects Versions: 2.5.1
> Reporter: Andrew Wang
> Assignee: Andrew Wang
> Fix For: 2.7.0
>
> Attachments: hadoop-11311.001.patch
>
>
> The Java KeyStore spec is ambiguous about the requirements for
> case-sensitivity for KeyStore implementations. The JDK7 JCEKS is not
> case-sensitive. This makes it difficult to migrate from JCEKS to
> case-sensitive implementations.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)