You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by mcgilman <gi...@git.apache.org> on 2017/09/27 13:04:21 UTC

[GitHub] nifi pull request #2179: NIFI-4413: Fixing issue viewing content when runnin...

GitHub user mcgilman opened a pull request:

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

    NIFI-4413: Fixing issue viewing content when running behind a proxy

    NIFI-4413:
    - Using the incoming request to determine the appropriate scheme for the data reference URI. Necessary for cases where the NiFi instance is behind a proxy running a different scheme.


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

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

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

    https://github.com/apache/nifi/pull/2179.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 #2179
    
----
commit 0d679a00ebf0bc6b42a81af777920d33b21e06bc
Author: Matt Gilman <ma...@gmail.com>
Date:   2017-09-26T18:14:41Z

    NIFI-4413:
    - Using the incoming request to determine the appropriate scheme for the data reference URI. Necessary for cases where the NiFi instance is behind a proxy running a different scheme.

----


---

[GitHub] nifi pull request #2179: NIFI-4413: Fixing issue viewing content when runnin...

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

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


---

[GitHub] nifi issue #2179: NIFI-4413: Fixing issue viewing content when running behin...

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

    https://github.com/apache/nifi/pull/2179
  
    +1 Looks good, will merge to master


---

[GitHub] nifi issue #2179: NIFI-4413: Fixing issue viewing content when running behin...

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

    https://github.com/apache/nifi/pull/2179
  
    It would extremely helpful for this PR to be included in 1.4


---