Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-9643

org.apache.hadoop.security.SecurityUtil calls toUpperCase(Locale.getDefault()) as well as toLowerCase(Locale.getDefault()) on hadoop.security.authentication value.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.0.5-alpha
    • 2.1.0-beta
    • security
    • None
    • Reviewed

    Description

      With the wrong locale, something like hadoop.security.authentication=simple will cause an IllegalArgumentException because "simple".toUpperCase(Locale.getDefault()) may not equal SIMPLE.

      Attachments

        1. HADOOP-9643.patch
          1 kB
          Mark Miller
        2. HADOOP-9643.patch
          0.9 kB
          Mark Miller

        Issue Links

          Activity

            People

              markrmiller@gmail.com Mark Miller
              markrmiller@gmail.com Mark Miller
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: