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

[GitHub] nifi pull request #751: NIFI-2028: Fixed Site-to-Site Transit URI

GitHub user ijokarumawak opened a pull request:

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

    NIFI-2028: Fixed Site-to-Site Transit URI

    Re opening #529 .
    
    Fixed Site-to-Site Transit URI for HTTP to be consistent with RAW socket.
    
    - Removed url from CommunicationsSession since it's redundant as we have
      Peer.url, too. The value was not used from anywhere other than HTTP
    Site-to-Site.
    - Added createTransitUri method in Communicant interface, so that
      implementation can customize transitUri while providing consistent
    interface.

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

    $ git pull https://github.com/ijokarumawak/nifi nifi-2028

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

    https://github.com/apache/nifi/pull/751.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 #751
    
----
commit e1b68f792733525f001c8241324caa586a8a269f
Author: Koji Kawamura <ij...@apache.org>
Date:   2016-07-25T02:36:23Z

    NIFI-2028: Fixed Site-to-Site Transit URI
    
    Fixed Site-to-Site Transit URI for HTTP to be consistent with RAW socket.
    
    - Removed url from CommunicationsSession since it's redundant as we have
      Peer.url, too. The value was not used from anywhere other than HTTP
    Site-to-Site.
    - Added createTransitUri method in Communicant interface, so that
      implementation can customize transitUri while providing consistent
    interface.

----


---
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 #751: NIFI-2028: Fixed Site-to-Site Transit URI

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

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


---
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.
---