Index: openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl,v diff -u -r1.89 -r1.90 --- openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 14 Aug 2007 14:09:01 -0000 1.89 +++ openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 12 Oct 2007 07:21:49 -0000 1.90 @@ -488,6 +488,7 @@ set path "[acs_root_dir]/www/resources/[join [lrange [ns_conn urlv] 1 end] /]" } if { [file isfile $path] } { + ns_setexpires 300 ns_returnfile 200 [ns_guesstype $path] $path return filter_return } else {