Index: openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl,v diff -u -N -r1.114.2.10 -r1.114.2.11 --- openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl 3 Sep 2020 09:16:41 -0000 1.114.2.10 +++ openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl 28 Sep 2020 21:04:04 -0000 1.114.2.11 @@ -64,7 +64,7 @@ # When submitting needs authentication, OpenACS generates the redirect to # /register with the form-data coded into the URL to continue there..... - # set user_agent [string tolower [ns_set get [ns_conn headers] User-Agent]] + # set user_agent [string tolower [ns_set iget [ns_conn headers] User-Agent]] # ns_log notice "URL have url, len=[string length $return_url] $user_agent" if {[string length $return_url] > 2083} {