You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Dominik (Jira)" <ji...@apache.org> on 2022/09/02 16:19:00 UTC

[jira] [Created] (NIFI-10430) Disabling the auto decompression in ListenHTTP

Dominik created NIFI-10430:
------------------------------

             Summary: Disabling the auto decompression in ListenHTTP
                 Key: NIFI-10430
                 URL: https://issues.apache.org/jira/browse/NIFI-10430
             Project: Apache NiFi
          Issue Type: Improvement
          Components: Extensions
    Affects Versions: 1.17.0
            Reporter: Dominik


Due to the new feature in https://issues.apache.org/jira/browse/NIFI-10161 for ListenHTTP to automatically gzip decompress when "Content-Encoding" header is set to either "gzip" or "flowfile-gzipped", there is now an issue when we want to keep the flowfiles compressed instead of decompressing/re-compressing them.

The idea would be to add an additional property field in Nifi processor ListenHTTP settings to disable the auto decompression for example OR to prevent it by adding a custom header like "gunzip" set to "false".

Adding the original fix author [~exceptionfactory].



--
This message was sent by Atlassian Jira
(v8.20.10#820010)