Ignore this request, Firefox has caching disable by default for ssl connections. In about:config you can set the value for "browser.cache.disk_cache_ssl" to true to enable the ssl cache.
Richard Paul wrote: > Hi, > > I am attempting to set the browser's expires value for our static resources. > I have added the following to resin.conf under web-app-default: > > <cache-mapping url-pattern="*.gif" expires="7D"/> > <cache-mapping url-pattern="*.png" expires="7D"/> > <cache-mapping url-pattern="*.jpg" expires="7D"/> > <cache-mapping url-pattern="*.swf" expires="7D"/> > <cache-mapping url-pattern="*.js" expires="1D"/> > > When using HTTP the expires value is set correctly, but when using HTTPS > no expires value is set causing the resource not to be cached. > Is this a bug or am I missing a configuration option? > > I have tried this on resin-pro-3.0.19 and resin-pro-3.0.22. > Suse linux 10.0, Java 1.5. > > Thanks in advance, > Richard. > > > _______________________________________________ > resin-interest mailing list > [email protected] > http://maillist.caucho.com/mailman/listinfo/resin-interest > _______________________________________________ resin-interest mailing list [email protected] http://maillist.caucho.com/mailman/listinfo/resin-interest
