mirror of
https://github.com/django/django.git
synced 2025-10-26 23:26:08 +00:00
[1.10.x] Fixed #27363 -- Replaced unsafe redirect in SessionMiddleware with SuspiciousOperation.
Backport of 1ce04bcce0 from master
This commit is contained in:
committed by
Tim Graham
parent
157607cb6c
commit
acacf54fa1
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user