Diff for /loncom/lonnet/perl/lonnet.pm between versions 1.1172.2.146.2.18 and 1.1172.2.146.2.19

version 1.1172.2.146.2.18, 2024/02/28 05:34:14 version 1.1172.2.146.2.19, 2024/02/28 05:40:11
Line 8923  sub constructaccess { Line 8923  sub constructaccess {
     my ($ownername,$ownerdomain,$ownerhome);      my ($ownername,$ownerdomain,$ownerhome);
   
     ($ownerdomain,$ownername) =      ($ownerdomain,$ownername) =
         ($url=~ m{^(?:\Q$perlvar{'lonDocRoot'}\E|)/priv/($match_domain)/($match_username)(?:/|$)});          ($url=~ m{^(?:\Q$perlvar{'lonDocRoot'}\E|)(?:/daxepage|/daxeopen)?/priv/($match_domain)/($match_username)(?:/|$)});
   
 # The URL does not really point to any authorspace, forget it  # The URL does not really point to any authorspace, forget it
     unless (($ownername) && ($ownerdomain)) { return ''; }      unless (($ownername) && ($ownerdomain)) { return ''; }

Removed from v.1.1172.2.146.2.18  
changed lines
  Added in v.1.1172.2.146.2.19


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>