Index: openacs-4/packages/acs-core-docs/www/xml/kernel/rp-design.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/kernel/rp-design.xml,v diff -u -N -r1.10 -r1.11 --- openacs-4/packages/acs-core-docs/www/xml/kernel/rp-design.xml 17 Jul 2006 05:38:38 -0000 1.10 +++ openacs-4/packages/acs-core-docs/www/xml/kernel/rp-design.xml 7 Aug 2017 23:47:55 -0000 1.11 @@ -22,6 +22,10 @@ + +Request Processor Stages and API + + /packages/acs-tcl/tcl/request-processor-procs.tcl @@ -144,7 +148,7 @@ Authentication and Authorization Once the request processor has located both the package_id and concrete -file associated with the request, authentication is performed by the session security system. After authentication has +file associated with the request, authentication is performed by the session security system. After authentication has been performed the user is authorized to have read access for the given package by the . If authorization succeeds then the request is served, otherwise it is @@ -169,7 +173,7 @@ If no file is found during the concrete file search, then the request processor searches the filesystem for a virtual url handler -(.vuh) file. This file contains normal tcl code, and is in +(.vuh) file. This file contains normal Tcl code, and is in fact handled by the same extension handling procedure that handles .tcl files. The only way this file is treated differently is in how the request processor searches for it. When a lookup fails, the request processor