[
https://issues.apache.org/jira/browse/HADOOP-12088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Steve Loughran updated HADOOP-12088:
------------------------------------
Resolution: Fixed
Fix Version/s: 2.8.0
Status: Resolved (was: Patch Available)
> KMSClientProvider uses equalsIgnoreCase("application/json")
> -----------------------------------------------------------
>
> Key: HADOOP-12088
> URL: https://issues.apache.org/jira/browse/HADOOP-12088
> Project: Hadoop Common
> Issue Type: Bug
> Components: kms
> Affects Versions: 2.7.1
> Reporter: Steve Loughran
> Assignee: Brahma Reddy Battula
> Fix For: 2.8.0
>
> Attachments: HADOOP-12088.patch
>
>
> {{KMSClientProvider.call()}} validates the content type returned by going
> {code}
> "application/json".equalsIgnoreCase(conn.getContentType())
> {code}
> that's not going to work in all locales, not if upper case is being returned.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)