mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed #27363 -- Replaced unsafe redirect in SessionMiddleware with SuspiciousOperation.
This commit is contained in:
parent
9c2e1ad6a5
commit
1ce04bcce0
3 changed files with 20 additions and 14 deletions
|
@ -26,3 +26,7 @@ Bugfixes
|
|||
|
||||
* Prevented ``i18n_patterns()`` from using too much of the URL as the language
|
||||
to fix a use case for ``prefix_default_language=False`` (:ticket:`27063`).
|
||||
|
||||
* Replaced a possibly incorrect redirect from ``SessionMiddleware`` when a
|
||||
session is destroyed in a concurrent request with a ``SuspiciousOperation``
|
||||
to indicate that the request can't be completed (:ticket:`27363`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue