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 <[email protected]>
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.
----
---