Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-5824

Fix String/byte conversions without explicit encoding

    XMLWordPrintableJSON

Details

    Description

      In a couple of places we convert Strings to bytes and bytes back to Strings without explicitly specifying an encoding. This can lead to problems when client and server default encodings differ.

      The task of this JIRA is to go over the whole project and look for conversions where we don't specify an encoding and fix it to specify UTF-8 explicitly.

      For starters, we can grep -R 'getBytes()' ., which already reveals many problematic places.

      Attachments

        Issue Links

          Activity

            People

              dwysakowicz Dawid Wysakowicz
              uce Ufuk Celebi
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: