Update of /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20220
Modified Files:
Response.pm
Log Message:
clarify return URL usage
Index: Response.pm
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Response.pm,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** Response.pm 3 Oct 2004 00:15:24 -0000 1.25
--- Response.pm 5 Oct 2004 03:06:02 -0000 1.26
***************
*** 343,349 ****
accidentally submit a new 'edit'. (Redirects are good for this, too.)
! When set the response object ensures the given URL is located under
! the server context; therefore, the value returned from this property
! is always located under the server context.
B<send_file> - Filename of file to send directly to the user. It is
--- 343,349 ----
accidentally submit a new 'edit'. (Redirects are good for this, too.)
! When you set a return URL the response object ensures the given URL is
! located under the server context; therefore, the value returned from
! this property is always located under the server context.
B<send_file> - Filename of file to send directly to the user. It is
|