markobean commented on pull request #5324:
URL: https://github.com/apache/nifi/pull/5324#issuecomment-1051087898


   The character set issue pointed out by @exceptionfactory refers to the 
getBytes() call when reading an attribute value. Yet, @markap14 suggests using 
the proposed character set property only for flowfile content. However, for 
content, this processor uses Java classes accepting InputStream, not a 
character set-specific String.
   
   Additionally, this processor is not generating or modifying content. I don't 
think the character set is relevant in order to accurately parse XML. IMO, 
we're getting into issues of relevance and scope creep for this ticket.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to