Github user joewitt commented on the issue:
https://github.com/apache/nifi/pull/2461
@alopresto i've not looked into it enough to be sure but just from a
general problematic pattern we could see issues with 'getBytes' without
specifying character set on different environments. It is best to specify a
particular character set there if you're gonna pull it from a string.---
