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 -N -r1.113.2.24 -r1.113.2.25 --- openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 13 Mar 2014 12:13:46 -0000 1.113.2.24 +++ openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 26 Jul 2014 12:27:06 -0000 1.113.2.25 @@ -1086,9 +1086,13 @@ set extension [file extension $file] set startclicks [clock clicks -milliseconds] + ns_log notice "check for extension handler for <$file>" + if { [nsv_exists rp_extension_handlers $extension] } { set handler [nsv_get rp_extension_handlers $extension] + ns_log notice "check for extension handler for <$file> ==> <$handler>" + catch {ds_init} if { [set errno [catch { @@ -1469,6 +1473,7 @@ doc_init set adp [ns_adp_parse -file [ad_conn file]] + ns_log notice "ns_adp_parse -file [ad_conn file] -> [string length $adp]" if { [doc_exists_p] } { doc_set_property body $adp