Index: openacs-4/packages/xotcl-request-monitor/xotcl-request-monitor.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-request-monitor/xotcl-request-monitor.info,v diff -u -N -r1.15.2.1 -r1.15.2.2 --- openacs-4/packages/xotcl-request-monitor/xotcl-request-monitor.info 27 Mar 2019 17:56:51 -0000 1.15.2.1 +++ openacs-4/packages/xotcl-request-monitor/xotcl-request-monitor.info 5 Jun 2019 10:31:46 -0000 1.15.2.2 @@ -8,7 +8,7 @@ t request-monitor - + Gustaf Neumann WU Vienna Request Monitor with user tracking functionality @@ -34,9 +34,10 @@ BSD-Style 2 - - - + + + + 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 -N -r1.67.2.1 -r1.67.2.2 --- openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-procs.tcl 10 Mar 2019 21:04:06 -0000 1.67.2.1 +++ openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-procs.tcl 5 Jun 2019 10:31:46 -0000 1.67.2.2 @@ -1467,7 +1467,7 @@ # use "ns_conn partialtimes". We can't use the latter directly, since # this file is typically loaded from a non-connection thread. # -if {[catch {ns_server unmap "GET /*JUST_FOR_TESTING*"}]} { +if {![::acs::icanuse "ns_conn partialtimes"]} { # # Older version of NaviServer or AOLserver #