Index: openacs-4/packages/proctoring-support/tcl/safe-exam-browser-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/proctoring-support/tcl/Attic/safe-exam-browser-procs.tcl,v diff -u -N -r1.1.2.4 -r1.1.2.5 --- openacs-4/packages/proctoring-support/tcl/safe-exam-browser-procs.tcl 16 Jun 2021 11:26:55 -0000 1.1.2.4 +++ openacs-4/packages/proctoring-support/tcl/safe-exam-browser-procs.tcl 16 Jun 2021 13:10:48 -0000 1.1.2.5 @@ -167,7 +167,7 @@ if {!$valid_access_p} { if {[file exists $seb_file]} { ns_set cput [ns_conn outputheaders] \ - Content-Disposition "attachment; filename=[file tail $filename]" + Content-Disposition "attachment; filename=[file tail $seb_file]" ns_writer submitfile -headers $seb_file } else { ns_returnunauthorized