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

raeburn raeburn at source.lon-capa.org
Mon Oct 25 11:26:27 EDT 2021


raeburn		Mon Oct 25 15:26:27 2021 EDT

  Modified files:              
    /loncom/auth	lonacc.pm 
  Log:
  - Eliminate log spew.
  
  
Index: loncom/auth/lonacc.pm
diff -u loncom/auth/lonacc.pm:1.195 loncom/auth/lonacc.pm:1.196
--- loncom/auth/lonacc.pm:1.195	Mon Oct 25 15:23:34 2021
+++ loncom/auth/lonacc.pm	Mon Oct 25 15:26:27 2021
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Cookie Based Access Handler
 #
-# $Id: lonacc.pm,v 1.195 2021/10/25 15:23:34 raeburn Exp $
+# $Id: lonacc.pm,v 1.196 2021/10/25 15:26:27 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -513,7 +513,7 @@
     if ($handle eq '') {
         unless ((($requrl eq '/adm/switchserver') && (!$r->is_initial_req())) ||
                 ($requrl =~ m{^/public/$match_domain/$match_courseid/syllabus}) ||
-                ($requrl =~ m{^/adm/help/}) ||
+                ($requrl =~ m{^/adm/help/}) || ($requrl eq '/adm/sso') ||
                 ($requrl =~ m{^/res/$match_domain/$match_username/})) {
 	    $r->log_reason("Cookie not valid", $r->filename);
         }




More information about the LON-CAPA-cvs mailing list