Edgewall Software

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


Ignore:
Timestamp:
May 24, 2014, 6:03:08 PM (10 years ago)
Author:
Jun Omae

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11293, comment 9

    initial v1  
    11I got `ConfigurationError` and `ERROR: The authz file is empty.` in trac.log when I temporarily comment out (or remove) all settings in authzpolicy file like the following. I feel the behavior is strange and confused me.
    22{{{#!ini
    3 ; [admin:ticket/versions]
    4 ; foobar = TRAC_ADMIN
    5 ;
    6 ; [repository:babel@*]
    7 ; foobar = !BROWSER_VIEW, !FILE_VIEW
     3# [admin:ticket/versions]
     4# foobar = TRAC_ADMIN
     5#
     6# [repository:babel@*]
     7# foobar = !BROWSER_VIEW, !FILE_VIEW
    88}}}
    99I think we should allow authzpolicy file to be empty.