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.43.2.14 -r1.43.2.15 --- openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-procs.tcl 31 Jan 2017 10:27:28 -0000 1.43.2.14 +++ openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-procs.tcl 2 Feb 2017 22:14:31 -0000 1.43.2.15 @@ -331,7 +331,7 @@ } TraceLongCalls instproc add_url_stat {method url partialtimes key pa content_type} { - regexp {^([^?]+)[?]} $url . url + regexp {^([^?]+)[?]?(.*)$} $url . url query # # conntime: time spent in connection thread in ms, not including queuing times # totaltime: time since start of the request