0 Replies Latest reply on Mar 1, 2009 1:44 AM by avinashpuri

    Caching a4j resources

    avinashpuri

      Hi,


      We are looking to cache a4j resources on the browser side since we don't expect them to change much. By default, we see following headers are appended to the a4j resources.


      Content-Type:text/css
              Cache-Control:public,no-cache, max-age:86400
              Expires:Mon, 02 Mar 2009 00:33:23 GMT
              Last-Modified:Sun, 01 Mar 2009 00:24:31 GMT
              X-Powered-By:JSF/1.2


      We are looking for a way to override these headers so that we can cache them beyond the max-age of 86400.


      Any suggestions would be highly appreciated.


      Regards