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.65 -r1.66 --- openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 5 Jul 2004 13:25:26 -0000 1.65 +++ openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 12 Jul 2004 14:49:50 -0000 1.66 @@ -484,10 +484,10 @@ } { set path "[acs_package_root_dir [lindex [ns_conn urlv] 1]]/www/resources/[join [lrange [ns_conn urlv] 2 end] /]" - if { ![file exists $path] } { + if { ![file isfile $path] } { set path "[acs_root_dir]/www/resources/[join [lrange [ns_conn urlv] 1 end] /]" } - if { [file exists $path] } { + if { [file isfile $path] } { ns_returnfile 200 [ns_guesstype $path] $path return filter_return } else {