Index: openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl,v diff -u -r1.367 -r1.368 --- openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 5 Feb 2019 16:27:04 -0000 1.367 +++ openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 5 Feb 2019 18:16:53 -0000 1.368 @@ -535,6 +535,7 @@ set full_file_name [:full_file_name] #:log "--F FILE=$full_file_name // ${:mime_type}" + set geometry [::xo::cc query_parameter geometry ""] if {[string match "image/*" ${:mime_type}] && $geometry ne ""} { if {![file isdirectory /tmp/$geometry]} { @@ -562,8 +563,8 @@ # way, ... but keep things compatible for now. # ::xo::cc set status_code 304 - $package_id set delivery ns_returnnotice - return "not modified" + $package_id set delivery ns_return + return "" } } ns_set put [ns_conn outputheaders] Last-Modified [ns_httptime $modtime]