Edgewall Software

Changes between Version 5 and Version 6 of Ticket #11293


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11293 – Release Notes

    v5 v6  
    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, 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`.
     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 is missing, the `authz_file` option is empty or the content of `authz_file` is empty. The `ConfigObj` dependency for `tracopt.perm.authz_policy` is enforced in `setup.py`.