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

[jira] [Commented] (NIFI-344) Remote processor group lets you specify protocols other than http/https

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

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

GitHub user danbress opened a pull request:

    https://github.com/apache/incubator-nifi/pull/29

    NIFI-344 - Remote processor group lets you specify protocols other than http/https

    On the front end, providing a placeHolder hint as to what the expected value looks like
    On the back end validating that the user specified url(on create or update) is http://something or https://something

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

    $ git pull https://github.com/danbress/incubator-nifi NIFI-344

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

    https://github.com/apache/incubator-nifi/pull/29.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 #29
    
----
commit 09090825dea376abd5a4c962fa2034e952b7dca1
Author: danbress <db...@onyxconsults.com>
Date:   2015-02-17T17:39:20Z

    NIFI-344 - Validating remote process group URI in the backend

commit 10b5b3c90702115698b9d88180a806a44e96dda1
Author: danbress <db...@onyxconsults.com>
Date:   2015-02-19T02:55:47Z

    NIFI-344 - Defaulting new Remote Process Group value

commit 750c4ebb6c1d2f91e408ae7d8cbaf252cbcef30a
Author: danbress <db...@onyxconsults.com>
Date:   2015-02-19T23:15:29Z

    NIFI-344 improving error message, and setting a placeHolder for the
    field

----


> Remote processor group lets you specify protocols other than http/https
> -----------------------------------------------------------------------
>
>                 Key: NIFI-344
>                 URL: https://issues.apache.org/jira/browse/NIFI-344
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Core UI
>    Affects Versions: 0.0.1
>            Reporter: Dan Bress
>            Priority: Minor
>              Labels: beginner
>
> If I drag a new remote processor group onto the UI it lets me specify the following URLS:
> ftp://something
> ssl://something-else
> I was under the impression only http and https were supported as URL prefixes for a remote process group.  If this is true, these should be the only valid prefixes and I'd suggest this dialog box pop up with either http:// or https:// already in the dialog



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