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.40 -r1.41 --- openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 12 Jul 2003 01:10:36 -0000 1.40 +++ openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 21 Jul 2003 04:52:44 -0000 1.41 @@ -5,7 +5,7 @@ @author Jon Salz (jsalz@arsdigita.com) @creation-date 15 May 2000 - @cvs-id $Id$ + @cvs-id request-processor-procs.tcl,v 1.25.2.7 2003/03/07 00:29:57 jeffd Exp } ##### @@ -31,12 +31,16 @@ Parameters will stay the same as in the initial request. Keep in mind that if you do an internal redirect to something other than - the current directory that relative links returned to the clients + the current directory, relative links returned to the clients browser may be broken (since the client will have the original URL). + Use rp_form_put if you want to feed query variables to the redirected page. + @param absolute_path If set the path is an absolute path within the host filesystem @param path path to the file to serve + @see rp_form_put + } { # protect from circular redirects @@ -480,6 +484,7 @@ session security. } { + ##### # # Initialize the environment: reset ad_conn, and populate it with @@ -1098,7 +1103,6 @@ Added recursion_count to properly deal with internalredirects. - added recursion_count to properly deal with internalredirects. } { global ad_conn