You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Steve Loughran (JIRA)" <ji...@apache.org> on 2015/06/12 18:38:01 UTC

[jira] [Created] (HADOOP-12088) KMSClientProvider uses equalsIgnoreCase("application/json")

Steve Loughran created HADOOP-12088:
---------------------------------------

             Summary: 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
            Priority: Minor


{{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)