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.9 -r1.10 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 5 Jul 2002 05:35:07 -0000 1.9 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 5 Jul 2002 05:43:08 -0000 1.10 @@ -2400,7 +2400,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 [regexp -nocase "msie" $user_agent match] + set use_metarefresh_p [regexp -nocase "msie 5.0" $user_agent match] } if {$use_metarefresh_p != 0} { util_ReturnMetaRefresh $url