As of the commit at [1] our server-side response caching mechanism now works. That was done for KERN-2842 [2]. This means responses in the /dev and /devwidgets tree, as well as static .js, .css, and .html files, are now cached.
Unfortunately, if you're a UI dev, you've been depending on the CacheControlFilter's broken state to do your development. You can disable CacheControlFilter in the Sling console by going to the "Components" tab, finding CacheControlFilter, and hitting the "Stop" button next to it. I wrote a JIRA to make the filter disable-able from a config file [3]. For now the only disable method is the manual one just described. [1] https://github.com/ctweney/nakamura/commit/d0fd1a1ddb6b7c6688355acfb3303263a5cdf077 [2] https://jira.sakaiproject.org/browse/KERN-2842 [3] https://jira.sakaiproject.org/browse/KERN-2850 -- Chris Tweney, Senior Software Developer Educational Technology Services University of California, Berkeley [email protected] _______________________________________________ oae-dev mailing list [email protected] http://collab.sakaiproject.org/mailman/listinfo/oae-dev
