Edgewall Software

Changes between Version 4 and Version 5 of Ticket #11293


Ignore:
Timestamp:
Sep 8, 2013, 3:50:48 PM (11 years ago)
Author:
Ryan J Ollos
Comment:

Committed to 1.0-stable in [12037:12039]. Merged to trunk in [12040].

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11293

    • Property Status assignedclosed
    • Property Resolutionfixed
  • Ticket #11293 – Release Notes

    v4 v5  
    1 A `ConfigurationError` is raised if `tracopt.perm.authz_policy` is enabled and AuthzPolicy is in the list of active `permission_policies` but `ConfigObj` is not installed, or the `authz_file` option isn't set or the file is not found. The `ConfigObj` dependency for `tracopt.perm.authz_policy` is enforced in `setup.py`.
     1A `ConfigurationError` is raised if: `tracopt.perm.authz_policy` is enabled and AuthzPolicy is in the list of active `permission_policies` but `ConfigObj` is not installed, the `authz_file` option isn't set, the `authz_file` is not found or the content of `authz_file` is empty. The `ConfigObj` dependency for `tracopt.perm.authz_policy` is enforced in `setup.py`.