Modify ↓
#3582 closed defect (invalid)
IncludeMacro shows pages with no permissions
| Reported by: | Owned by: | Noah Kantrowitz | |
|---|---|---|---|
| Priority: | normal | Component: | IncludeMacro |
| Severity: | critical | Keywords: | |
| Cc: | Trac Release: | 0.11 |
Description
With AuthzPolicy permission policy, I have set:
NotLogged@*? authenticated = anonymous = WIKI_VIEW
which causes to see page NotLogged only for anonymous users. But If I use IncludeMacro to include into other page, it does not respect the settings and use DefaultPermissionPolicy instead.
Attachments (0)
Change History (3)
comment:1 Changed 17 years ago by
comment:2 Changed 17 years ago by
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
Permissions do not work that way. You cannot revoke permissions from lower down in the inheritance chain. All users are members of the anonymous group.
comment:3 Changed 17 years ago by
I have tested this, so I know, it works like that! Nevertheless IncludeMacro ignores completely Authz permission policy, which is bad :-(
Note: See
TracTickets for help on using
tickets.



this is the part of authzpolicy.conf file: