Index: openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl,v diff -u -N -r1.144 -r1.145 --- openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 9 Sep 2018 13:24:10 -0000 1.144 +++ openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 19 Sep 2018 00:55:36 -0000 1.145 @@ -62,12 +62,12 @@ } } - # save the current file setting + # Save the current file setting. set saved_file [ad_conn file] rp_serve_abstract_file $path - # restore the file setting. we need to do this because + # Restore the file setting. We need to do this because # rp_serve_abstract_file sets it to the path we internally # redirected to, and rp_handler will cache the file setting # internally in the ::tcl_url2file variable when PerformanceModeP is