--- loncom/publisher/lonupload.pm 2008/12/17 19:18:47 1.38.2.2 +++ loncom/publisher/lonupload.pm 2008/12/21 04:43:41 1.38.2.3 @@ -2,7 +2,7 @@ # The LearningOnline Network with CAPA # Handler to upload files into construction space # -# $Id: lonupload.pm,v 1.38.2.2 2008/12/17 19:18:47 raeburn Exp $ +# $Id: lonupload.pm,v 1.38.2.3 2008/12/21 04:43:41 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -335,7 +335,7 @@ function verifyForm() { my $fn; if ($env{'form.filename'}) { $fn=$env{'form.filename'}; - $fn=~s/^http\:\/\/[^\/]+\///; + $fn=~s/^https?\:\/\/[^\/]+\///; $fn=~s/^\///; $fn=~s{(~|priv/)($LONCAPA::username_re)}{}; $fn=~s/\/+/\//g;