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.153 -r1.153.2.1 --- openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 11 Feb 2019 11:51:43 -0000 1.153 +++ openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 10 Mar 2019 21:34:33 -0000 1.153.2.1 @@ -1073,7 +1073,7 @@ # # On internal redirects, the current ::ad_conn(extra_url) might be # from a previous request, which might have lead to a not-found - # error pointing to a new url. This can lead to an hard-to find + # error pointing to a new URL. This can lead to a hard-to find # loop which ends with a "recursion depth exceeded". There is a # similar problem with ::ad_conn(package_key) and # ::ad_conn(package_url) Therefore, we refetch the url info in case,