--- loncom/auth/lonacc.pm 2003/04/02 14:57:32 1.40 +++ loncom/auth/lonacc.pm 2003/04/03 16:50:46 1.41 @@ -1,7 +1,7 @@ # The LearningOnline Network # Cookie Based Access Handler # -# $Id: lonacc.pm,v 1.40 2003/04/02 14:57:32 www Exp $ +# $Id: lonacc.pm,v 1.41 2003/04/03 16:50:46 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -228,7 +228,7 @@ sub handler { # -------------------------------------------------------------- Not authorized $requrl=~/\.(\w+)$/; if ((&Apache::loncommon::fileembstyle($1) eq 'ssi') || - ($requrl=~/^\/adm\/(roles|logout|email)/) || + ($requrl=~/^\/adm\/(roles|logout|email|menu|remote)/) || ($requrl=~m|^/prtspool/|)) { # -------------------------- Store where they wanted to go and get login screen $ENV{'request.querystring'}=$r->args;