[
https://issues.apache.org/jira/browse/NIFI-1937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15307753#comment-15307753
]
ASF GitHub Bot commented on NIFI-1937:
--------------------------------------
GitHub user mosermw opened a pull request:
https://github.com/apache/nifi/pull/479
NIFI-1937 GetHTTP configurable redirect cookie policy
NIFI-1937 allows GetHTTP to configure a cookie policy in Apache HTTPClient
to use for redirects.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mosermw/nifi nifi-1937
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/479.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 #479
----
commit 40d695d8df5b9f504a93bfd9e97bb93600b9d75c
Author: Mike Moser <[email protected]>
Date: 2016-05-27T21:11:10Z
NIFI-1937 GetHTTP configurable redirect cookie policy
----
> GetHTTP should support configurable cookie policy
> -------------------------------------------------
>
> Key: NIFI-1937
> URL: https://issues.apache.org/jira/browse/NIFI-1937
> Project: Apache NiFi
> Issue Type: Bug
> Components: Extensions
> Affects Versions: 0.6.1
> Reporter: Michael Moser
> Assignee: Michael Moser
> Priority: Minor
>
> After changes to GetHTTP in NIFI-1714, I found a corporate web site where
> GetHTTP fails to download content. GetHTTP could successfully download
> content from this site before NIFI-1714 was implemented. So that change
> effectively broke access to this site.
> I propose we add a new property to GetHTTP that allows the NiFi user to
> choose the HTTPClient (Apache HTTPComponents) cookie policy. The property
> would be called Redirect Cookie Policy which would be "When a HTTP server
> responds to a request with a redirect, this is the cookie specification used
> to copy cookies to the following request"
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)