You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by joewitt <gi...@git.apache.org> on 2016/07/26 19:26:43 UTC

[GitHub] nifi pull request #726: NIFI-2339 Removed some outputs which could cause err...

GitHub user joewitt opened a pull request:

    https://github.com/apache/nifi/pull/726

    NIFI-2339 Removed some outputs which could cause errors to reveal unauthorized data

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/joewitt/incubator-nifi NIFI-2339

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/nifi/pull/726.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 #726
    
----
commit 01a07818062419e52353bf0ed6a3309f6ad3f66d
Author: joewitt <jo...@apache.org>
Date:   2016-07-26T19:25:49Z

    NIFI-2339 Removed some outputs which could cause errors to reveal unauthorized data.

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] nifi issue #726: NIFI-2339 Removed some outputs which could cause errors to ...

Posted by mcgilman <gi...@git.apache.org>.
Github user mcgilman commented on the issue:

    https://github.com/apache/nifi/pull/726
  
    @joewitt I'm still seeing a bunch of details in error messages coming back to the client. Specifically what I'm seeing right now, it looks like StandardProcessGroup is using the toString of it's encapsulated components when generating exception message. We should ensure these toString's don't include those details.
    
    You should be able to see examples of some of these by issuing requests that are invalid. Like deleting a component that has an incoming connection, deleting a group in an invalid state (when data is enqueued in an encapsulated connection), etc.  


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] nifi pull request #726: NIFI-2339 Removed some outputs which could cause err...

Posted by joewitt <gi...@git.apache.org>.
Github user joewitt closed the pull request at:

    https://github.com/apache/nifi/pull/726


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] nifi issue #726: NIFI-2339 Removed some outputs which could cause errors to ...

Posted by mcgilman <gi...@git.apache.org>.
Github user mcgilman commented on the issue:

    https://github.com/apache/nifi/pull/726
  
    Reviewing...


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---