2 Replies Latest reply on Nov 9, 2009 2:54 PM by soso_xuc

    Gzip response

    soso_xuc

      Hi all

      I use comperssion

      <context-param>
       <param-name>org.ajax4jsf.COMPRESS_SCRIPT</param-name>
       <param-value>true</param-value>
       </context-param>


      Firebug shows no compression in the response header

      is it ok?

      Response Headers
      Server: Apache-Coyote/1.1
      X-Powered-By: Servlet 2.4; JBoss-4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)/JBossWeb-2.0, JSF/1.2
      Ajax-Response: true
      Cache-Control: no-cache, must-revalidate, max_age=0, no-store
      Expires: 0
      Pragma: no-cache
      Content-Type: text/xml;charset=UTF-8
      Transfer-Encoding: chunked
      Date: Mon, 09 Nov 2009 18:18:03 GMT


      How to gzip response ?