Index: openacs-4/packages/acs-tcl/acs-tcl.info
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/acs-tcl.info,v
diff -u -r1.67.2.8 -r1.67.2.9
--- openacs-4/packages/acs-tcl/acs-tcl.info 2 Nov 2013 18:26:13 -0000 1.67.2.8
+++ openacs-4/packages/acs-tcl/acs-tcl.info 14 Nov 2013 09:14:27 -0000 1.67.2.9
@@ -7,7 +7,7 @@
t
t
-
+
OpenACS
The Kernel Tcl API library.
2013-09-08
@@ -18,7 +18,7 @@
GPL version 2
3
-
+
Index: openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl,v
diff -u -r1.113.2.21 -r1.113.2.22
--- openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 14 Nov 2013 08:36:08 -0000 1.113.2.21
+++ openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 14 Nov 2013 09:14:27 -0000 1.113.2.22
@@ -562,12 +562,10 @@
}
if { [security::secure_conn_p] } {
# it's a secure connection.
- ad_returnredirect \
- -allow_complete_url https://[ad_host][ad_port]$ad_conn_url
+ ad_returnredirect -allow_complete_url https://[ad_host][ad_port]$url
return "filter_return"
} else {
- ad_returnredirect \
- -allow_complete_url http://[ad_host][ad_port]$ad_conn_url
+ ad_returnredirect -allow_complete_url http://[ad_host][ad_port]$url
return "filter_return"
}
}