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 -r1.76 -r1.77 --- openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl 18 Jan 2007 11:57:19 -0000 1.76 +++ openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl 14 May 2007 20:30:18 -0000 1.77 @@ -58,16 +58,15 @@ # a) a user edits a form with text entries # b) before submitting the form logs out of OpenACS from a different browser window # c) submits the form. - # # 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]] # ns_log notice "URL have url, len=[string length $return_url] $user_agent" set url_too_long [expr {[string length $return_url] > 2083}] if {$url_too_long} { - set message "URL too long. If you were editing a from, please use the back button after logginin and resubmit the form" + set message "URL too long. If you were editing a from, please use the back button after logging in and resubmit the form" set return_url "." }