[
https://issues.apache.org/jira/browse/NIFI-3207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15752135#comment-15752135
]
ASF GitHub Bot commented on NIFI-3207:
--------------------------------------
GitHub user mcgilman opened a pull request:
https://github.com/apache/nifi/pull/1334
NIFI-3207: Incorrect URI generated when replicating Template upload request
NIFI-3207
- Fixing the importUri when replicating a Template upload request.
Previously was leveraging getResourceUri which considers proxy headers meant
for client responses.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mcgilman/nifi NIFI-3207
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/1334.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 #1334
----
commit 5dc1b75092607d961259bc560106f44a7f4044d8
Author: Matt Gilman <[email protected]>
Date: 2016-12-15T18:36:46Z
NIFI-3207:
- Fixing the importUri when replicating a Template upload request.
Previously was leveraging getResourceUri which considers proxy headers meant
for client responses.
----
> Incorrect URI generated when replicating Template upload request
> ----------------------------------------------------------------
>
> Key: NIFI-3207
> URL: https://issues.apache.org/jira/browse/NIFI-3207
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Reporter: Matt Gilman
> Assignee: Matt Gilman
> Priority: Minor
> Fix For: 1.2.0
>
>
> When replicating a request to upload a Template, the URI was being generated
> with consideration for the proxy headers. However, these values are only
> meant to be used in responses to clients, not during requests being
> replicated.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)