Index: openacs-4/packages/acs-templating/tcl/file-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/file-procs.tcl,v diff -u -N -r1.12.2.12 -r1.12.2.13 --- openacs-4/packages/acs-templating/tcl/file-procs.tcl 6 Jul 2023 08:58:43 -0000 1.12.2.12 +++ openacs-4/packages/acs-templating/tcl/file-procs.tcl 18 Jul 2023 09:24:17 -0000 1.12.2.13 @@ -104,21 +104,17 @@ # Value is not a list of 3 nonempty elements. # set result 0 - #ns_log notice "case 1" } elseif { [regexp {(\\| )} [lindex $value 0]] } { # # Backslashes and spaces were supposedly cleaned up during # file_transform. # set result 0 - ns_log notice "case 2" } elseif { ![security::safe_tmpfile_p -must_exist [lindex $value 1]] } { # # The tmpfile is not safe # - #ns_log notice "case 3" - - #set result 0 + set result 0 } if { !$result } {