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 >
