--- loncom/auth/lonacc.pm 2017/12/21 22:06:44 1.168 +++ loncom/auth/lonacc.pm 2018/01/12 13:33:46 1.169 @@ -1,7 +1,7 @@ # The LearningOnline Network # Cookie Based Access Handler # -# $Id: lonacc.pm,v 1.168 2017/12/21 22:06:44 raeburn Exp $ +# $Id: lonacc.pm,v 1.169 2018/01/12 13:33:46 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -584,7 +584,9 @@ sub handler { $env{'form.origurl'} = $r->uri; } } - + if ($requrl=~m{^/+tiny/+$match_domain/+\w+$}) { + return OK; + } # ---------------------------------------------------------------- Check access my $now = time; if ($requrl !~ m{^/(?:adm|public|prtspool)/}