Index: openacs-4/packages/proctoring-support/proctoring-support.info
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/proctoring-support/proctoring-support.info,v
diff -u -r1.1.2.23 -r1.1.2.24
--- openacs-4/packages/proctoring-support/proctoring-support.info 15 Sep 2021 16:12:11 -0000 1.1.2.23
+++ openacs-4/packages/proctoring-support/proctoring-support.info 9 Feb 2022 14:10:55 -0000 1.1.2.24
@@ -10,7 +10,7 @@
f
proctoring
-
+
Antonio Pisano
Set of tools to implement proctoring of user interaction
Wirtschaftsuniversität Wien
@@ -21,7 +21,7 @@
No real UI is provided by the package itself. Other packages must integrate the provided includes.
0
-
+
Fisheye: Tag 1.1.2.2 refers to a dead (removed) revision in file `openacs-4/packages/proctoring-support/lib/proctoring-enforce.adp'.
Fisheye: No comparison available. Pass `N' to diff?
Fisheye: Tag 1.1.2.3 refers to a dead (removed) revision in file `openacs-4/packages/proctoring-support/lib/proctoring-enforce.tcl'.
Fisheye: No comparison available. Pass `N' to diff?
Fisheye: Tag 1.1 refers to a dead (removed) revision in file `openacs-4/packages/proctoring-support/tcl/proctoring-callback-procs.tcl'.
Fisheye: No comparison available. Pass `N' to diff?
Index: openacs-4/packages/proctoring-support/tcl/proctoring-support-init.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/proctoring-support/tcl/proctoring-support-init.tcl,v
diff -u -r1.1.2.2 -r1.1.2.3
--- openacs-4/packages/proctoring-support/tcl/proctoring-support-init.tcl 7 Apr 2021 11:45:56 -0000 1.1.2.2
+++ openacs-4/packages/proctoring-support/tcl/proctoring-support-init.tcl 9 Feb 2022 14:10:55 -0000 1.1.2.3
@@ -17,3 +17,6 @@
-timeout $cache_timeout \
-expires $cache_expires -- $cache_name $cache_size
+foreach m {GET POST} {
+ ns_register_filter -- postauth $m * ::proctoring::enforce_filter
+}