[LON-CAPA-cvs] cvs: loncom(version_2_11_X) /auth lonauth.pm
raeburn
raeburn at source.lon-capa.org
Tue Dec 18 15:53:33 EST 2012
raeburn Tue Dec 18 20:53:33 2012 EDT
Modified files: (Branch: version_2_11_X)
/loncom/auth lonauth.pm
Log:
- For 2.11
- Backport 1.124.
Index: loncom/auth/lonauth.pm
diff -u loncom/auth/lonauth.pm:1.121.2.2 loncom/auth/lonauth.pm:1.121.2.3
--- loncom/auth/lonauth.pm:1.121.2.2 Mon Aug 27 11:55:26 2012
+++ loncom/auth/lonauth.pm Tue Dec 18 20:53:33 2012
@@ -1,7 +1,7 @@
# The LearningOnline Network
# User Authentication Module
#
-# $Id: lonauth.pm,v 1.121.2.2 2012/08/27 11:55:26 raeburn Exp $
+# $Id: lonauth.pm,v 1.121.2.3 2012/12/18 20:53:33 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -103,7 +103,7 @@
if ($destsymb =~ /___/) {
# FIXME Need to deal with encrypted symbs and urls as needed.
my ($map,$resid,$desturl)=split(/___/,$destsymb);
- unless ($desturl=~/^(adm|uploaded|editupload|public)/) {
+ unless ($desturl=~/^(adm|editupload|public)/) {
$desturl = &Apache::lonnet::clutter($desturl);
}
$desturl = &HTML::Entities::encode($desturl,'"<>&');
More information about the LON-CAPA-cvs
mailing list