diff options
| author | Michael Merickel <michael@merickel.org> | 2024-01-28 22:57:17 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-28 22:57:17 -0700 |
| commit | e77b72dc3a0890911514ad8aab8c8bf26c4591d0 (patch) | |
| tree | 569b1b1d53415f7f8fc692c632926f08611cccf9 /CHANGES.rst | |
| parent | 8de7b1f2b5df9a9225c514b2cfc5e5e0919daac2 (diff) | |
| parent | 3abbab66159286e98a32a53e9b3a6c4705c69679 (diff) | |
| download | pyramid-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.rst | 7 |
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 -------------------------- |
