diff options
| author | Michael Merickel <michael@merickel.org> | 2024-01-28 20:37:21 -0700 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2024-01-28 20:37:21 -0700 |
| commit | 3cd85f13c9d4ee2baacd0996694a749bd32cd29f (patch) | |
| tree | 29c66d19e18b4293f4afece13d8afbf14d6819cf | |
| parent | 6c0062595a7cbc3ad5c21c50afea258f9410cf70 (diff) | |
| download | pyramid-3cd85f13c9d4ee2baacd0996694a749bd32cd29f.tar.gz pyramid-3cd85f13c9d4ee2baacd0996694a749bd32cd29f.tar.bz2 pyramid-3cd85f13c9d4ee2baacd0996694a749bd32cd29f.zip | |
add changelog for #3741
| -rw-r--r-- | CHANGES.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index b4a62f94e..cb82607cb 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -36,6 +36,14 @@ Bug Fixes Thanks to Masashi Yamane of LAC Co., Ltd for reporting this issue. +- Fix issues where permissions may be checked on exception views. This is not + supposed to happen in normal circumstances. + + This also prevents issues where a ``request.url`` fails to be decoded when + logging info when ``pyramid.debug_authorization`` is enabled. + + See https://github.com/Pylons/pyramid/pull/3741/files + Backward Incompatibilities -------------------------- |
