I added this line inside of the "All" Role: permission com.ecyrd.jspwiki.auth.permissions.PagePermission "*:Test", "view";
and I am now able to view the page without having to login! Thanks Terry & Andrew for your help! -----Original Message----- From: Andrew Jaquith [mailto:[EMAIL PROTECTED] Sent: Friday, August 15, 2008 12:58 PM To: [email protected] Subject: Re: Special Page Permissions Brian -- Terry's advice is exactly right. Try that and let us know how it goes. On Aug 15, 2008, at 3:46 PM, Terry Steichen wrote: > If I understand you correctly, you want all users to view "Test" but > only authenticated users to view other pages. > > If that's what you're trying to do, I think if you set a > PagePermission > (in jspwiki.policy) to allow All to "view" "Test" and then a > PagePermission for Authenticated to "view" "*", it will do what you > want without ACLs. > > On Fri, 2008-08-15 at 10:34 -0700, [EMAIL PROTECTED] > wrote: > >> I have a wiki running that has view permissions only to authenticated >> users. However, there is one page I would like them to be able to >> access (http://www.equip-us.net/Wiki.jsp?page=Test >> <http://www.equip-us.net/Wiki.jsp?page=Test> ). I'm not sure if I >> can >> do this with page ACLs (because like Andrew Jaquith mentioned >> yesterday, >> my security policy overrides the page ACLs), or do I need to modify >> my >> jspwiki.policy? >> >> >> >> Brian >>
