You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Paudi Moriarty (JIRA)" <ji...@apache.org> on 2009/01/26 09:47:59 UTC

[jira] Created: (TAP5-467) ResponseCompressionAnalyzerImpl should trim spaces before comparing accepted-encoding to "gzip"

ResponseCompressionAnalyzerImpl should trim spaces before comparing accepted-encoding to "gzip" 
------------------------------------------------------------------------------------------------

                 Key: TAP5-467
                 URL: https://issues.apache.org/jira/browse/TAP5-467
             Project: Tapestry 5
          Issue Type: Bug
          Components: tapestry-core
    Affects Versions: 5.1.0.0
            Reporter: Paudi Moriarty
            Priority: Minor


Opera sends "deflate, gzip" so ResponseCompressionAnalyzerImpl compares " gzip" to "gzip" and disables compression
IE6 sends "gzip, deflate" so ResponseCompressionAnalyzerImpl compares "gzip" to "gzip" and enables compression
Firefox sends "gzip,deflate"  so ResponseCompressionAnalyzerImpl compares "gzip" to "gzip" and enables compression

Haven't tried Safari.

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


[jira] Assigned: (TAP5-467) ResponseCompressionAnalyzerImpl should trim spaces before comparing accepted-encoding to "gzip"

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship reassigned TAP5-467:
-----------------------------------------

    Assignee: Howard M. Lewis Ship

> ResponseCompressionAnalyzerImpl should trim spaces before comparing accepted-encoding to "gzip" 
> ------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-467
>                 URL: https://issues.apache.org/jira/browse/TAP5-467
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.0
>            Reporter: Paudi Moriarty
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>
> Opera sends "deflate, gzip" so ResponseCompressionAnalyzerImpl compares " gzip" to "gzip" and disables compression
> IE6 sends "gzip, deflate" so ResponseCompressionAnalyzerImpl compares "gzip" to "gzip" and enables compression
> Firefox sends "gzip,deflate"  so ResponseCompressionAnalyzerImpl compares "gzip" to "gzip" and enables compression
> Haven't tried Safari.

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


[jira] Closed: (TAP5-467) ResponseCompressionAnalyzerImpl should trim spaces before comparing accepted-encoding to "gzip"

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAP5-467.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.1.0.0

> ResponseCompressionAnalyzerImpl should trim spaces before comparing accepted-encoding to "gzip" 
> ------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-467
>                 URL: https://issues.apache.org/jira/browse/TAP5-467
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.0
>            Reporter: Paudi Moriarty
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>             Fix For: 5.1.0.0
>
>
> Opera sends "deflate, gzip" so ResponseCompressionAnalyzerImpl compares " gzip" to "gzip" and disables compression
> IE6 sends "gzip, deflate" so ResponseCompressionAnalyzerImpl compares "gzip" to "gzip" and enables compression
> Firefox sends "gzip,deflate"  so ResponseCompressionAnalyzerImpl compares "gzip" to "gzip" and enables compression
> Haven't tried Safari.

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


[jira] Closed: (TAP5-467) ResponseCompressionAnalyzerImpl should trim spaces before comparing accepted-encoding to "gzip"

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAP5-467.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.1.0.0

> ResponseCompressionAnalyzerImpl should trim spaces before comparing accepted-encoding to "gzip" 
> ------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-467
>                 URL: https://issues.apache.org/jira/browse/TAP5-467
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.0
>            Reporter: Paudi Moriarty
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>             Fix For: 5.1.0.0
>
>
> Opera sends "deflate, gzip" so ResponseCompressionAnalyzerImpl compares " gzip" to "gzip" and disables compression
> IE6 sends "gzip, deflate" so ResponseCompressionAnalyzerImpl compares "gzip" to "gzip" and enables compression
> Firefox sends "gzip,deflate"  so ResponseCompressionAnalyzerImpl compares "gzip" to "gzip" and enables compression
> Haven't tried Safari.

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


[jira] Assigned: (TAP5-467) ResponseCompressionAnalyzerImpl should trim spaces before comparing accepted-encoding to "gzip"

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship reassigned TAP5-467:
-----------------------------------------

    Assignee: Howard M. Lewis Ship

> ResponseCompressionAnalyzerImpl should trim spaces before comparing accepted-encoding to "gzip" 
> ------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-467
>                 URL: https://issues.apache.org/jira/browse/TAP5-467
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.0
>            Reporter: Paudi Moriarty
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>
> Opera sends "deflate, gzip" so ResponseCompressionAnalyzerImpl compares " gzip" to "gzip" and disables compression
> IE6 sends "gzip, deflate" so ResponseCompressionAnalyzerImpl compares "gzip" to "gzip" and enables compression
> Firefox sends "gzip,deflate"  so ResponseCompressionAnalyzerImpl compares "gzip" to "gzip" and enables compression
> Haven't tried Safari.

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