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.113.2.19 -r1.113.2.20 --- openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 20 Oct 2013 12:34:56 -0000 1.113.2.19 +++ openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 21 Oct 2013 07:40:22 -0000 1.113.2.20 @@ -1081,6 +1081,8 @@ if { [nsv_exists rp_extension_handlers $extension] } { set handler [nsv_get rp_extension_handlers $extension] + catch {ds_init} + if { [set errno [catch { ad_try { $handler @@ -1433,7 +1435,6 @@ } { doc_init - ds_init set adp [ns_adp_parse -file [ad_conn file]]