summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2024-01-28 22:57:17 -0700
committerGitHub <noreply@github.com>2024-01-28 22:57:17 -0700
commite77b72dc3a0890911514ad8aab8c8bf26c4591d0 (patch)
tree569b1b1d53415f7f8fc692c632926f08611cccf9 /CHANGES.rst
parent8de7b1f2b5df9a9225c514b2cfc5e5e0919daac2 (diff)
parent3abbab66159286e98a32a53e9b3a6c4705c69679 (diff)
downloadpyramid-e77b72dc3a0890911514ad8aab8c8bf26c4591d0.tar.gz
pyramid-e77b72dc3a0890911514ad8aab8c8bf26c4591d0.tar.bz2
pyramid-e77b72dc3a0890911514ad8aab8c8bf26c4591d0.zip
Merge pull request #3742 from Pylons/fix-csrf-400-status
Fix csrf 400 status lines
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index cb82607cb..f27be0253 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -44,6 +44,13 @@ Bug Fixes
See https://github.com/Pylons/pyramid/pull/3741/files
+- Applications raising ``pyramid.exceptions.BadCSRFToken`` and
+ ``pyramid.exceptions.BadCSRFOrigin`` were returning invalid HTTP status
+ lines with values like ``400 Bad CSRF Origin`` instead of
+ ``400 Bad Request``.
+
+ See https://github.com/Pylons/pyramid/pull/3742
+
Backward Incompatibilities
--------------------------