Edgewall Software

Changes between Version 6 and Version 7 of Ticket #11293


Ignore:
Timestamp:
Sep 9, 2013, 6:51:11 AM (11 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11293 – Release Notes

    v6 v7  
    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 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`.
     1A `ConfigurationError` is raised if `tracopt.perm.authz_policy` is enabled and AuthzPolicy is in the list of active `permission_policies` but one of the following is true:
     2 * `ConfigObj` is not installed
     3 * the `[authz_policy] authz_file` option is missing
     4 * the `[authz_policy] authz_file` option is empty
     5 * the content of `authz_file` is empty
     6The `ConfigObj` dependency for `tracopt.perm.authz_policy` is enforced in `setup.py`.