0 Replies Latest reply on Dec 5, 2008 3:26 AM by sandello

    enable resource caching in secured context

    sandello

      How it to stop the web server adding a "Pragma: no-cache" header to any resources in a secure context?
      I found the way to enable caching for standalone Tomcat: it needs to set disableProxyCaching to false. If you're using basic authentication you need a valve like:



      What I could set in the web.xml or jboss-web.xml or anywhere else to enable caching resources in a secure context?