mirror of
https://github.com/django/django.git
synced 2025-12-23 09:19:27 +00:00
Refs #36743 -- Added missing release notes for 5.1.15 and 4.2.27.
The fix landed in a8cf8c292c will be
backported to 5.1 and 4.2 since the 2048 limit was rolled out as part of
the security release for CVE-2025-64458.
This commit is contained in:
parent
a8cf8c292c
commit
18b13cf6c4
2 changed files with 8 additions and 2 deletions
|
|
@ -10,4 +10,7 @@ with severity "moderate", and one bug in 4.2.26.
|
|||
Bugfixes
|
||||
========
|
||||
|
||||
* ...
|
||||
* Fixed a regression in Django 4.2.26 where ``DisallowedRedirect`` was raised
|
||||
by :class:`~django.http.HttpResponseRedirect` and
|
||||
:class:`~django.http.HttpResponsePermanentRedirect` for URLs longer than 2048
|
||||
characters. The limit is now 16384 characters (:ticket:`36743`).
|
||||
|
|
|
|||
|
|
@ -10,4 +10,7 @@ with severity "moderate", and one bug in 5.1.14.
|
|||
Bugfixes
|
||||
========
|
||||
|
||||
* ...
|
||||
* Fixed a regression in Django 5.1.14 where ``DisallowedRedirect`` was raised
|
||||
by :class:`~django.http.HttpResponseRedirect` and
|
||||
:class:`~django.http.HttpResponsePermanentRedirect` for URLs longer than 2048
|
||||
characters. The limit is now 16384 characters (:ticket:`36743`).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue