Index: openacs-4/packages/acs-tcl/tcl/request-processor-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/request-processor-init.tcl,v diff -u -N -r1.20 -r1.21 --- openacs-4/packages/acs-tcl/tcl/request-processor-init.tcl 25 Apr 2018 19:23:26 -0000 1.20 +++ openacs-4/packages/acs-tcl/tcl/request-processor-init.tcl 9 May 2018 15:33:29 -0000 1.21 @@ -116,7 +116,7 @@ if {[nsv_exists rp_filters .]} { set filters [nsv_get rp_filters .] } else { - set filters {} + set filters [list] } # This lsort is what makes the priority stuff work. It guarantees # that filters are registered in order of priority. AOLServer will @@ -159,7 +159,7 @@ if {[nsv_exists rp_registered_procs .]} { set procs [nsv_get rp_registered_procs .] } else { - set procs {} + set procs [list] } set proc_index 0