Edgewall Software

Changes between Initial Version and Version 1 of Ticket #11293, comment 2


Ignore:
Timestamp:
Sep 5, 2013, 10:17:08 PM (11 years ago)
Author:
Ryan J Ollos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11293, comment 2

    initial v1  
    11Related:
    2  * After #11272: if the authz file can't be parsed or can't be found, a `ConfigurationError` is raised.
    3  * After #10285: If `AuthzPolicy` is added to `[trac] permission_policies` but the component is not enabled or fails to load a `ConfigurationError` //will// be raised.
     2 * After #11272: if the authz file can't be found or can't be parsed, a `ConfigurationError` is raised.
     3 * After #10285: If `AuthzPolicy` is added to `[trac] permission_policies` but the component is not enabled or fails to load, a `ConfigurationError` //will// be raised.
    44
    55If `[authz_policy] authz_file` is not specified in trac.ini but `AuthzPolicy` is active, there is currently no error. We should probably raise a `ConfigurationError` in this case.