--- rat/lonwrapper.pm 2020/02/17 01:31:20 1.49.2.7.2.2 +++ rat/lonwrapper.pm 2020/07/18 20:34:58 1.49.2.7.2.3 @@ -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.7.2.2 2020/02/17 01:31:20 raeburn Exp $ +# $Id: lonwrapper.pm,v 1.49.2.7.2.3 2020/07/18 20:34:58 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -275,7 +275,7 @@ sub handler { 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; }