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.74.2.20 -r1.74.2.21 --- openacs-4/packages/acs-tcl/tcl/security-procs.tcl 9 Sep 2014 08:32:00 -0000 1.74.2.20 +++ openacs-4/packages/acs-tcl/tcl/security-procs.tcl 19 Oct 2014 19:46:13 -0000 1.74.2.21 @@ -1702,9 +1702,9 @@ # Let's give a warning if util_current_location returns host_name # not same as from config.tcl, may help with proxy issues etc - set config_hostname [ns_config $driver_section Hostname] + set config_hostname [ns_config $driver_section hostname] if { $config_hostname ne $host_name } { - ns_log Warning "security::locations hostname '[ns_config $driver_section Hostname]' from config.tcl does not match from util_current_location: $host_name" + ns_log Warning "security::locations hostname '[ns_config $driver_section hostname]' from config.tcl does not match from util_current_location: $host_name" } # insecure locations