Uploaded image for project: 'Hadoop Map/Reduce'
  1. Hadoop Map/Reduce
  2. MAPREDUCE-6855

Specify charset when create String in CredentialsTestJob

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 2.9.0, 3.0.0-alpha4, 2.8.2
    • None

    Description

            String secretValueStr = new String (secretValue);
      

      should be

            String secretValueStr = new String(secretValue, StandardCharsets.UTF_8);
      

      Attachments

        Activity

          People

            lewuathe Kai
            aajisaka Akira Ajisaka
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: