From 3cd85f13c9d4ee2baacd0996694a749bd32cd29f Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Sun, 28 Jan 2024 20:37:21 -0700 Subject: add changelog for #3741 --- CHANGES.rst | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'CHANGES.rst') 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 -------------------------- -- cgit v1.2.3