Index: openacs-4/packages/xotcl-request-monitor/tcl/callback-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-request-monitor/tcl/callback-procs.tcl,v diff -u -N -r1.4 -r1.4.2.1 --- openacs-4/packages/xotcl-request-monitor/tcl/callback-procs.tcl 7 Aug 2017 23:48:30 -0000 1.4 +++ openacs-4/packages/xotcl-request-monitor/tcl/callback-procs.tcl 6 Apr 2020 17:17:55 -0000 1.4.2.1 @@ -7,7 +7,6 @@ @author mbryzek@arsdigita.com @creation-date Wed Feb 21 17:10:24 2001 @cvs-id $Id$ - } ad_proc -public -callback subsite::parameter_changed -impl xotcl-request-monitor { @@ -26,7 +25,7 @@ @see package::set_value } { - + if {$package_id == [apm_package_id_from_key "xotcl-request-monitor"]} { ns_log debug "subsite::parameter_changed -impl xotcl-request-monitor changing $parameter to $value" # Index: openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-init.tcl,v diff -u -N -r1.9 -r1.9.2.1 --- openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-init.tcl 4 Aug 2018 18:55:48 -0000 1.9 +++ openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-init.tcl 6 Apr 2020 17:17:55 -0000 1.9.2.1 @@ -1,22 +1,21 @@ - # we register the following filters only during startup, since # existing connection threads are not aware of the throttle object. if {[ns_server connections] == 0 && [info commands ::throttle] ne ""} { - # + # # Register the filter progs for url statistics. # The methods to be called have the name of the filter type. # - ns_register_filter trace GET * throttle + ns_register_filter trace GET * throttle ns_register_filter trace POST * throttle - - #ns_register_filter postauth GET * throttle - #ns_register_filter postauth POST * throttle + + #ns_register_filter postauth GET * throttle + #ns_register_filter postauth POST * throttle ad_register_filter -priority 1000 postauth GET * throttle ad_register_filter -priority 1000 postauth POST * throttle } # -# Check if we are running under OpenACS; if not, provide +# Check if we are running under OpenACS; if not, provide # minimal compatibility code. # if {[info commands ad_conn] eq ""} {