diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-11-19 15:05:32 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-11-19 15:05:32 +0000 |
| commit | e0162efd4bc5320591854c137d1403083e4a8618 (patch) | |
| tree | 032c438350c45dfdc2c2c06f0cc972d51ed6990d /CHANGES.txt | |
| parent | 39f21489978ff982832ae76cc205f64e29dd483e (diff) | |
| download | pyramid-e0162efd4bc5320591854c137d1403083e4a8618.tar.gz pyramid-e0162efd4bc5320591854c137d1403083e4a8618.tar.bz2 pyramid-e0162efd4bc5320591854c137d1403083e4a8618.zip | |
- The ACL authorization policy debugging output when
``debug_authorization`` consule debugging output was turned on
wasn't as clear as it could have been when a view execution was
denied due to an authorization failure resulting from the set of
principals passed never having matched any ACE in any ACL in the
lineage. Now in this case, we report ``<default deny>`` as the ACE
value and either the root ACL or ``<No ACL found on any object in
model lineage>`` if no ACL was found.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 2de872afe..496a95ee8 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,18 @@ Next release ============ +Bug Fixes +---------- + +- The ACL authorization policy debugging output when + ``debug_authorization`` consule debugging output was turned on + wasn't as clear as it could have been when a view execution was + denied due to an authorization failure resulting from the set of + principals passed never having matched any ACE in any ACL in the + lineage. Now in this case, we report ``<default deny>`` as the ACE + value and either the root ACL or ``<No ACL found on any object in + model lineage>`` if no ACL was found. + Internals --------- |
