Changes between Version 3 and Version 4 of TracPermissionFilterPlugin


Ignore:
Timestamp:
Nov 2, 2011, 11:36:26 AM (12 years ago)
Author:
Sergio Talens-Oliag
Comment:

Note about evaluation order

Legend:

Unmodified
Added
Removed
Modified
  • TracPermissionFilterPlugin

    v3 v4  
    1414
    1515To filter permissions as desired the plugin has to be the first one on the
    16 `permission_policy` list and it works as follows:
     16`permission_policy` list and it works by checking the permissions against the
     17blacklist and the whitelist in that order (if a permission is in both lists it
     18is blacklisted).
     19
     20The process is as follows:
    1721
    1822 1. If the `blacklist` is available and the permission being considered is on