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.82 -r1.82.2.1
--- openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 27 Apr 2005 14:46:23 -0000 1.82
+++ openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 2 Jun 2005 19:46:32 -0000 1.82.2.1
@@ -1124,6 +1124,7 @@
If the property has not been set directly by OpenACS it will be passed on to aolservers ns_conn
: http://www.aolserver.com/docs/devel/tcl/api/conn.html#ns_conn. If it is not a valid option for ns_conn
either then it will throw an error.
+ Valid options for ad_conn are: request, sec_validated, browser_id, session_id, user_id, token, last_issue, deferred_dml, start_clicks, node_id, object_id, object_url, object_type, package_id, package_url, instance_name, package_key, extra_url, system_p, path_info, recursion_count.
Added recursion_count to properly deal with internalredirects.