Richard St. John created NIFI-4802:
--------------------------------------
Summary: PutSQS not UTF-8 encoding output
Key: NIFI-4802
URL: https://issues.apache.org/jira/browse/NIFI-4802
Project: Apache NiFi
Issue Type: Bug
Components: Extensions
Affects Versions: 1.4.0
Environment: OSX, Linux
Reporter: Richard St. John
PutSQS processor does not properly encode content. Line 117 reads,
{code:java}
final string flowFileContent = baos.toString();
{code}
Instead, the output stream should default to UTF-8, or have a configuration
similar to GetSQS.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)