spyhunter99 opened a new pull request, #407:
URL: https://github.com/apache/jspwiki/pull/407
adds a new alternate ACL manager, Authorization Manager, and ACL
implementation for boolean logic for wiki page ALLOW directives, enabling more
complex boolean logic for access control rules (current setup i believe is OR
oriented)
so now you can do something like
[{ALLOW view Admin OR (Authenticated AND wiki-data-normal)}]
[{ALLOW edit Admin}]
and so forth. This is larger change set so I welcome discussion/feedback on
this
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]