GitHub user pvillard31 opened a pull request:
https://github.com/apache/nifi/pull/382
NIFI-1814 Extended caught exceptions
In some cases, when trying to
session.exportTo(flowFile, response.getOutputStream());
It seems that response.getOutputStream() has been somehow modified by
Jetty resulting to a FlowFileAccessException encapsulating the
EofException of Jetty.
Extended the exceptions caught and added a unit test to reproduce this
case.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/pvillard31/nifi NIFI-1814
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/382.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #382
----
commit 0177d8cf87abbe7cea100900a7a8412b212f3f62
Author: Pierre Villard <[email protected]>
Date: 2016-04-26T20:03:59Z
NIFI-1814 Extended caught exceptions
In some cases, when trying to
session.exportTo(flowFile, response.getOutputStream());
It seems that response.getOutputStream() has been somehow modified by
Jetty resulting to a FlowFileAccessException encapsulating the
EofException of Jetty.
Extended the exceptions caught and added a unit test to reproduce this
case.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---