mirror of
https://github.com/apache/nifi.git
synced 2025-02-06 18:18:27 +00:00
90ed08ec33
This uses parseHeader() instead of getFrom() and getRecipients() in order to avoid strict addressing. It also checks for null to solve a null pointer exception. By contract, this processor should grab information "if available". Which means it should not fail if the info is unavailable. Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com> This closes #2111.