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 -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 ""} {