Index: openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-procs.tcl,v diff -u -r1.67.2.40 -r1.67.2.41 --- openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-procs.tcl 11 Feb 2021 12:45:27 -0000 1.67.2.40 +++ openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-procs.tcl 20 Apr 2021 09:37:11 -0000 1.67.2.41 @@ -1698,7 +1698,11 @@ # :log "--t [info exists :context_initialized] url=[ns_conn url]" if {[info exists :context_initialized]} return - set :url [ns_conn url] + set url [string trimright [ns_conn url] "/"] + if {$url eq ""} { + set url "/" + } + set :url $url set :method [ns_conn method] set :community_id 0