--- loncom/auth/lonacc.pm 2003/11/21 21:27:25 1.50 +++ loncom/auth/lonacc.pm 2004/04/23 23:01:36 1.51 @@ -1,7 +1,7 @@ # The LearningOnline Network # Cookie Based Access Handler # -# $Id: lonacc.pm,v 1.50 2003/11/21 21:27:25 albertel Exp $ +# $Id: lonacc.pm,v 1.51 2004/04/23 23:01:36 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -70,7 +70,7 @@ sub handler { # -------------------------------------------------------------- Resource State - if ($requrl=~/^\/res\//) { + if ($requrl=~/^\/+(res|uploaded)\//) { $ENV{'request.state'} = "published"; } else { $ENV{'request.state'} = 'unknown';