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.90 -r1.91 --- openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 12 Oct 2007 07:21:49 -0000 1.90 +++ openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 12 Oct 2007 07:33:45 -0000 1.91 @@ -488,7 +488,6 @@ 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 {