You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/13 02:16:20 UTC

[jira] [Commented] (NIFI-2249) Move URI into ComponentEntity from ComponentDTO

    [ https://issues.apache.org/jira/browse/NIFI-2249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15374187#comment-15374187 ] 

ASF GitHub Bot commented on NIFI-2249:
--------------------------------------

GitHub user mcgilman opened a pull request:

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

    NIFI-2249: Move URI out of component so it is accessible without read permissions

    - Making the URI accessible outside of the component.

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

    $ git pull https://github.com/mcgilman/nifi NIFI-2249

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

    https://github.com/apache/nifi/pull/636.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 #636
    
----
commit b20518e18088d14b7e17022dfaa1d42ca8dc4dca
Author: Matt Gilman <ma...@gmail.com>
Date:   2016-07-13T02:10:21Z

    NIFI-2249:
    - Making the URI accessibility outside of the component.

----


> Move URI into ComponentEntity from ComponentDTO
> -----------------------------------------------
>
>                 Key: NIFI-2249
>                 URL: https://issues.apache.org/jira/browse/NIFI-2249
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Core Framework, Core UI
>            Reporter: Matt Gilman
>            Assignee: Matt Gilman
>            Priority: Blocker
>             Fix For: 1.0.0
>
>
> The URI needs to be moved out of the ComponentDTO and into the ComponentEntity. This change is necessary for cases when the user does not have permission to the underlying ComponentDTO.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)