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 -N -r1.133.2.41 -r1.133.2.42 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 23 May 2014 13:42:28 -0000 1.133.2.41 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 23 Jun 2014 10:12:04 -0000 1.133.2.42 @@ -2143,7 +2143,7 @@ set user_agent [ns_set iget $headers User-Agent] set use_metarefresh_p [string match -nocase "*msie 5.0*" $user_agent] } - if {[string match "https://*" [ad_conn location]] && [string match "http://*" $url]} { + if {[string match "https://*" [ad_conn location]] && [string match "http://*" $url] && $allow_complete_url_p} { # workaround the You are about to be redirected to a connection that # is not secure bug in IE set use_metarefresh_p 1