Uploaded image for project: 'Tapestry 5'
  1. Tapestry 5
  2. TAP5-445

Add ability to turn off GZIP compression easily, for both static assets and dynamic page renders

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 5.1.0.0
    • 5.1.0.0
    • tapestry-core
    • None

    Description

      I have to report a huge regression because of Tapestry Compression.

      I just tried running with the latest tapestry and it worked just fine most of the time ( going against browsers ), but we interact with the Facebook proxy, and it looks like they got totally confused with the tapestry compression support, thus they would only serve up an error page. Luckily, with Tapestry's new configuration override feature (thank you howard), I was able to turn it off easily, and have my app working again.

      public void contributeHttpServletRequestHandler( OrderedConfiguration<HttpServletRequestFilter> configuration )

      { configuration.override( "GZIP", null ); }

      So I wanted to report this regression, it might be the case that I'm the only one affected, but we don't for sure, and probably people will never realize why it doesn't work. I don't know if any other issues might arise from tapestry-compression, but I will want to make sure I can turn the feature off as I need to.

      Attachments

        Activity

          People

            hlship Howard Lewis Ship
            fern Fernando Padilla
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: