Bill Havanki created ACCUMULO-1738:
--------------------------------------
Summary: ArrayByteSequence string conversion use platform default
encoding
Key: ACCUMULO-1738
URL: https://issues.apache.org/jira/browse/ACCUMULO-1738
Project: Accumulo
Issue Type: Bug
Reporter: Bill Havanki
Priority: Trivial
The class {{org.apache.accumulo.core.data.ArrayByteSequence}} has a constructor
that accepts a {{String}}, as well as a {{toString()}} method. Both use the
platform default encoding to convert from characters to bytes and back, which
can cause problems. They should explicitly use {{Constants.UTF8}} for
conversion to ensure consistency across platforms.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira