On 30 May 2008, at 01:47, Murray Altheim wrote:

Andrew Jaquith wrote:
JSPWiki security policies cannot express concepts like "allow access to everything EXCEPT page X." What you will have to do is use ACLs on pages that begin with "Private" to restrict access to the groups you want. Future versions of JSPWiki will have the concept of "spaces," which will address this issue more gracefully.

Andrew,

This got me thinking and while I don't have the time to do the work
I can see a somewhat simple solution to this via a plugin. What I'd
do is design a plugin that:

Why write a WikiPlugin? Wouldn't it be more logical to build your own AclManager? It's only four methods, and with those you can pretty much control everything... You could have an AclManager which uses regexps to control the access.

/Janne

Reply via email to