[LON-CAPA-cvs] cvs: loncom /auth lonshibauth.pm

raeburn raeburn at source.lon-capa.org
Thu Oct 7 15:24:25 EDT 2021


raeburn		Thu Oct  7 19:24:25 2021 EDT

  Modified files:              
    /loncom/auth	lonshibauth.pm 
  Log:
  - Fix typo in rev. 1.8
  
  
Index: loncom/auth/lonshibauth.pm
diff -u loncom/auth/lonshibauth.pm:1.8 loncom/auth/lonshibauth.pm:1.9
--- loncom/auth/lonshibauth.pm:1.8	Thu Oct  7 18:52:03 2021
+++ loncom/auth/lonshibauth.pm	Thu Oct  7 19:24:25 2021
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Redirect Shibboleth authentication to designated URL (/adm/sso).
 #
-# $Id: lonshibauth.pm,v 1.8 2021/10/07 18:52:03 raeburn Exp $
+# $Id: lonshibauth.pm,v 1.9 2021/10/07 19:24:25 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -100,7 +100,7 @@
                     $dest.=(($dest=~/\?/)?'&':'?').'firsturl='.$uri;
                 }
             } else {
-                unless ($ENV{'QUERY_STRING'} =~ /origurl=/)) {
+                unless ($ENV{'QUERY_STRING'} =~ /origurl=/) {
                     $dest.=(($dest=~/\?/)?'&':'?').'origurl='.$uri;
                 }
             }




More information about the LON-CAPA-cvs mailing list