[LON-CAPA-cvs] cvs: rat(version_2_11_X) / lonwrapper.pm
raeburn
raeburn at source.lon-capa.org
Thu Mar 5 17:05:50 EST 2020
raeburn Thu Mar 5 22:05:50 2020 EDT
Modified files: (Branch: version_2_11_X)
/rat lonwrapper.pm
Log:
- For 2.11
Backport 1.76
Index: rat/lonwrapper.pm
diff -u rat/lonwrapper.pm:1.49.2.9 rat/lonwrapper.pm:1.49.2.10
--- rat/lonwrapper.pm:1.49.2.9 Mon Feb 17 00:58:49 2020
+++ rat/lonwrapper.pm Thu Mar 5 22:05:50 2020
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Wrapper for external and binary files as standalone resources
#
-# $Id: lonwrapper.pm,v 1.49.2.9 2020/02/17 00:58:49 raeburn Exp $
+# $Id: lonwrapper.pm,v 1.49.2.10 2020/03/05 22:05:50 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -228,7 +228,7 @@
for ($url){
s|^/adm/wrapper||;
$is_ext = $_ =~ s|^/ext/|http://|;
- s|http://https://?|https://| if ($is_ext);
+ s|http://https://|https://| if ($is_ext);
s|:|:|g;
}
More information about the LON-CAPA-cvs
mailing list