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.18 -r1.19 --- openacs-4/packages/acs-tcl/tcl/request-processor-init.tcl 7 Aug 2017 23:47:59 -0000 1.18 +++ openacs-4/packages/acs-tcl/tcl/request-processor-init.tcl 1 Oct 2017 12:16:05 -0000 1.19 @@ -122,6 +122,7 @@ # that filters are registered in order of priority. AOLServer will # then run the filters in the order they were registered. set filters [lsort -integer -index 0 $filters] + ns_log notice "FILTERS [join $filters \n]" nsv_set rp_filters . $filters set filter_index 0