Skip to content

Commit

Permalink
Reverting this to fix the underlying cause.
Browse files Browse the repository at this point in the history
Revert "KERN-1142 use of the .requestCache directive short-circuits the .expires directive, preventing dev and devwidgets from having Expires headers."

This reverts commit a96a4b0.
  • Loading branch information
ieb committed Sep 29, 2010
1 parent d1fae41 commit 9b9edf4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
@Properties(value = {
@Property(name = "service.description", value = "Nakamura Cache-Control Filter"),
@Property(name = "sakai.cache.paths", value = {
"dev;.lastmodified:unset;.cookies:unset;.expires:3456000;Vary: Accept-Encoding",
"devwidgets;.lastmodified:unset;.cookies:unset;.expires:3456000;Vary: Accept-Encoding",
"dev;.lastmodified:unset;.cookies:unset;.requestCache:3600;.expires:3456000;Vary: Accept-Encoding",
"devwidgets;.lastmodified:unset;.cookies:unset;.requestCache:3600;.expires:3456000;Vary: Accept-Encoding",
"p;Cache-Control:no-cache" },
description = "List of subpaths and max age for all content under subpath in seconds, setting to 0 makes it non cacheing"),
@Property(name = "sakai.cache.patterns", value = {
Expand Down

0 comments on commit 9b9edf4

Please sign in to comment.