id summary reporter owner description type status priority milestone component version severity resolution keywords cc branch changelog apichanges internalchanges 9355 authzpolicy FineGrainedPermissions: configuration file order matters, but more/less specific patterns don't ch.lange@… "When using FineGrainedPermissions and authzpolicy, we had the following configuration: {{{ @group = user [wiki:Page*] # the page and all subpages @group = WIKI_VIEW [wiki:Page/SpecificSubpage] # a specific subpage @group = WIKI_VIEW, WIKI_MODIFY }}} The intention was that the given user group should be allowed to edit the specific subpage, but only view the `Page` and its other subpages. However, the user was not able to edit `Page/SpecificSubpage`. Reversing the order of both entries helps. Although the Subversion authz documentation says that ""the most specific path always matches first"", Trac's implementation of authz apparently takes the first pattern that matches." defect new normal unscheduled web frontend 0.11.6 normal permissions authzpolicy authz configuration Ryan J Ollos