Index: openacs-4/packages/acs-tcl/tcl/security-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/security-procs.tcl,v diff -u -r1.126.2.32 -r1.126.2.33 --- openacs-4/packages/acs-tcl/tcl/security-procs.tcl 20 Jun 2020 09:48:21 -0000 1.126.2.32 +++ openacs-4/packages/acs-tcl/tcl/security-procs.tcl 3 Jul 2020 07:27:29 -0000 1.126.2.33 @@ -985,9 +985,9 @@ set url [subsite::get_element -subsite_id $package_id -element url] set url [security::get_qualified_url $url] # We have a fully qualified url, but we have to remap - # the URL to the configured host name, since + # the URL to the configured hostname, since # get_qualified prepends the [ad_conn location], which - # points to the virtual host name. + # points to the virtual hostname. set url [security::replace_host_in_url -hostname $config_hostname $url] } } else { @@ -2588,7 +2588,7 @@ # # We could/should check as well against a white-list of additional - # host names (maybe via ::acs::validated, or via config file, or + # hostnames (maybe via ::acs::validated, or via config file, or # via additional package parameter). Probably the best way is to # get alternate (alias) names from the driver section of the # current driver [ns_conn driver] (maybe check global and local).