Index: openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl,v diff -u -r1.129 -r1.130 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 8 Dec 2012 17:42:32 -0000 1.129 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 27 Dec 2012 17:21:50 -0000 1.130 @@ -2325,7 +2325,7 @@ set type [ns_set iget [ad_conn headers] content-type] if { [string match *multipart/form-data* [string tolower $type]] } { set user_agent [ns_set get [ad_conn headers] User-Agent] - set use_metarefresh_p [string match -nocase "*msie 5.0*" $user_agent match] + set use_metarefresh_p [string match -nocase "*msie 5.0*" $user_agent] } if {[string match "https://*" [ad_conn location]] && [string match "http://*" $url]} { # workaround the You are about to be redirected to a connection that