You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2009/03/05 02:45:59 UTC

[jira] Commented: (TAP5-469) ResponseCompressionAnalyzer: application/json responses should be uncompressable by default

    [ https://issues.apache.org/jira/browse/TAP5-469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12679034#action_12679034 ] 

Howard M. Lewis Ship commented on TAP5-469:
-------------------------------------------

I'm still not convinced this is necessary, but a workaround is:

    public static void contributeResponseCompressionAnalyzer(Configuration<String> configuration)
    {
        configuration.add("application/json");
    }

> ResponseCompressionAnalyzer: application/json responses should be uncompressable by default
> -------------------------------------------------------------------------------------------
>
>                 Key: TAP5-469
>                 URL: https://issues.apache.org/jira/browse/TAP5-469
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.0
>            Reporter: Paudi Moriarty
>
> GZip compressed responses with Content-Type: application/json are not handled correctly by at least Firefox or IE and should be configured as uncompressable by default
> When the response is received in prototype's Ajax.Request response.responseText is "".

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.