GitHub user jtstorck opened a pull request:
https://github.com/apache/nifi/pull/694
NIFI-1876 Implements merging of responses to successful requests baseâ¦
â¦d on authorization, returning the most restrictive response
Added StandardHttpResponseMergerSpec for testing response merging
Added Permissible interface
Added nifi-api/controller/archive to ProcessGroupEndpointMerger
Removed AbstractMultiEntityEndpoint.java, not used anymore
Implemented reponse merging for GET requests where there are some
successful and problematic responses, returning most restrictive one.
Updated nf-settings.js with ControllerConfigurationEntity property rename
from controllerConfiguration to component
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jtstorck/nifi NIFI-1876
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/694.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 #694
----
commit 6801e5501d45939487046e321895ff82cfd34362
Author: Jeff Storck <[email protected]>
Date: 2016-07-02T00:49:49Z
NIFI-1876 Implements merging of responses to successful requests based on
authorization, returning the most restrictive response
Added StandardHttpResponseMergerSpec for testing response merging
Added Permissible interface
Added nifi-api/controller/archive to ProcessGroupEndpointMerger
Removed AbstractMultiEntityEndpoint.java, not used anymore
Implemented reponse merging for GET requests where there are some
successful and problematic responses, returning most restrictive one.
Updated nf-settings.js with ControllerConfigurationEntity property rename
from controllerConfiguration to component
----
---
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.
---