You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/04/15 18:28:25 UTC

[jira] [Commented] (NIFI-1776) CompressContent doesn't recognize application/x-gzip as Gzip mime type

    [ https://issues.apache.org/jira/browse/NIFI-1776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15243177#comment-15243177 ] 

ASF GitHub Bot commented on NIFI-1776:
--------------------------------------

GitHub user pvillard31 opened a pull request:

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

    NIFI-1776 Allowed application/x-gzip as Gzip mime type

    

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

    $ git pull https://github.com/pvillard31/nifi NIFI-1776

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

    https://github.com/apache/nifi/pull/358.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 #358
    
----
commit ff75f45793dd94d9c726aea63ee13eb1ed7c4420
Author: Pierre Villard <pi...@gmail.com>
Date:   2016-04-15T16:27:28Z

    NIFI-1776 Allowed application/x-gzip as Gzip mime type

----


> CompressContent doesn't recognize application/x-gzip as Gzip mime type
> ----------------------------------------------------------------------
>
>                 Key: NIFI-1776
>                 URL: https://issues.apache.org/jira/browse/NIFI-1776
>             Project: Apache NiFi
>          Issue Type: Bug
>            Reporter: Joey Frazee
>            Priority: Minor
>
> CompressContent doesn't recognize application/x-gzip as valid Gzip mime type when setting Compression Format to use mime.type attribute.
> FWIW RFC6713 [1] does recommend replacing application/x-gzip with application/gzip but nonetheless many applications still produce and work with this as a valid mime type (e.g., Apache Tika). So it seems like it might be reasonable to include it.
> 1. https://tools.ietf.org/html/rfc6713



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)