Uploaded image for project: 'Runtime'
  1. Runtime
  2. RUNTIME-592

GZIP support

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Major Major
    • 2.2.1
    • 2.2
    • Kernel
    • None

      Runtime should support gzip for request

      This is available in tomcat

      <Connector port="8081" protocol="HTTP/1.1"
                     connectionTimeout="20000"
                     compression="on"
                     compressionMinSize="2048"
                     noCompressionUserAgents="gozilla, traviata"
                     compressableMimeType="text/html,text/xml,text/javascript,text/css"
                     redirectPort="8443" URIEncoding="UTF-8"/>
      

      or in Apache HTTPD with a mod

      There are some works in cocoon, but nothing seems finished (gzipxmlserializer ou gzippipelineprocessor)

      Could also be in the servlet directly or using existing servlet filters (as http://sourceforge.net/projects/pjl-comp-filter/)

      NOTE : gzip is faster in apache, maybe the gzip in the application should be stoppable, so the zipping is done by apache when available...

            Unassigned Unassigned
            raphael Raphaƫl Franchet
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: