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.128 -r1.129 --- openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 21 Dec 2017 20:46:44 -0000 1.128 +++ openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 20 Jan 2018 23:18:46 -0000 1.129 @@ -1247,15 +1247,13 @@ # Can't use ad_return_exception_page because it depends upon an initialized ad_conn ns_log Warning "An attempt was made to access an .XQL resource: {$path}." ns_return 404 "text/html" "Not Found" - ns_conn close return 0 } foreach match [parameter::get -parameter ExcludedFiles -package_id $::acs::kernel_id -default {}] { if {[string match $match $path]} { # Can't use ad_return_exception_page because it depends upon an initialized ad_conn ns_log Warning "An attempt was made to access an ExcludedFiles resource: {$path}." ns_return 404 "text/html" "Not Found" - ns_conn close return 0 } }