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 -r1.21 -r1.22 --- openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 16 Sep 2002 12:45:21 -0000 1.21 +++ openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 17 Sep 2002 20:09:41 -0000 1.22 @@ -838,14 +838,18 @@ {-extension_pattern ".*"} path } { + Serves up a file given the abstract path. Raises the following + exceptions in the obvious cases: + - Serves up a file given the abstract path. Raises the following - exceptions in the obvious cases: + Should not be used in .vuh files or elsewhere, instead + use the public function rp_internal_redirect. - notfound (passes back an empty value) - redirect (passes back the url to which it wants to redirect) - directory (passes back the path of the directory) - + @see rp_internal_redirect } { if { [string equal [string index $path end] "/"] } { if { [file isdirectory $path] } {