Edgewall Software

Changes between Initial Version and Version 1 of Ticket #8445


Ignore:
Timestamp:
Jul 24, 2009, 4:05:54 PM (15 years ago)
Author:
Christian Boos
Comment:

Normally checking against "None" means "is the permission granted in general", so this shouldn't be problematic.

What happens if you add the TICKET_VIEW in the permissions?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8445

    • Property Keywords authzpolicy verify added
    • Property Summary authz_policy recieves 'None' as recourceauthz_policy receives 'None' as resource
  • Ticket #8445 – Description

    initial v1  
    5454}}}
    5555
    56 And fnmatch between '' and '*@*' (resource_glob) in line [http://trac.edgewall.org/browser/branches/0.11-stable/sample-plugins/permissions/authz_policy.py#L216 216] returns false.
     56And fnmatch between `''` and `'*@*'` (resource_glob) in line [source:/branches/0.11-stable/sample-plugins/permissions/authz_policy.py@8367#L216 216] returns false.
    5757
    5858Some of the permission checks work (therefore i know that the setup is ok). From the log