From: Chris W. <la...@us...> - 2004-11-28 19:31:49
|
Update of /cvsroot/openinteract/OpenInteract2/doc/Manual In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16462/doc/Manual Modified Files: Changes.pod Log Message: update OI2::Request implementations to pass the full URL -- with GET query arguments -- to assign_request_url() Index: Changes.pod =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/doc/Manual/Changes.pod,v retrieving revision 1.53 retrieving revision 1.54 diff -C2 -d -r1.53 -r1.54 *** Changes.pod 28 Nov 2004 04:34:24 -0000 1.53 --- Changes.pod 28 Nov 2004 17:50:28 -0000 1.54 *************** *** 1122,1125 **** --- 1122,1141 ---- request. Generally used when loggin a user out. + =item * + + Document that the C<assign_request_url()> method should take the + B<full> request URL, including the query string. + + =back + + L<OpenInteract2::Request::Apache> + + =over 4 + + =item * + + Ensure parent C<assign_request_url()> gets the request URL with query + arguments. + =back *************** *** 1136,1139 **** --- 1152,1171 ---- parameter/upload parsing from L<OpenInteract2::Request::CGI>. + =item * + + Ensure parent C<assign_request_url()> gets the request URL with query + arguments. + + =back + + L<OpenInteract2::Request::CGI> + + =over 4 + + =item * + + Ensure parent C<assign_request_url()> gets the request URL with query + arguments. + =back |