1
0
mirror of https://github.com/django/django.git synced 2025-10-09 23:09:12 +00:00
Jake Howard 0c548e62d0 [5.2.x] Fixed #36411 -- Made HttpRequest.get_preferred_type() consider media type parameters.
HttpRequest.get_preferred_type() did not account for parameters in
Accept header media types (e.g., "text/vcard; version=3.0"). This caused
incorrect content negotiation when multiple types differed only by
parameters, reducing specificity as per RFC 7231 section 5.3.2
(https://datatracker.ietf.org/doc/html/rfc7231.html#section-5.3.2).

This fix updates get_preferred_type() to treat media types with
parameters as distinct, allowing more precise and standards-compliant
matching.

Thanks to magicfelix for the report, and to David Sanders and Sarah
Boyce for the reviews.

Backport of c075508b4de8edf9db553b409f8a8ed2f26ecead from main.
2025-06-03 16:11:38 -03:00
..
2019-11-26 14:02:24 +01:00
2013-10-10 16:49:20 -04:00
2024-01-26 12:45:07 +01:00
2012-08-31 20:35:50 +02:00
2023-04-17 06:55:32 +02:00
2012-08-31 20:35:50 +02:00
2014-12-19 18:07:52 +01:00
2014-12-19 18:07:52 +01:00
2014-12-19 18:07:52 +01:00
2015-01-02 19:20:18 -05:00
2014-09-02 21:34:29 -04:00
2023-04-17 06:55:32 +02:00
2015-01-27 11:48:04 -05:00
2015-05-01 16:24:39 -04:00
2023-07-21 12:54:38 +02:00
2015-10-03 19:31:45 -04:00
2023-04-17 06:55:32 +02:00
2016-05-02 18:16:36 -04:00
2016-06-04 19:24:51 -04:00
2023-10-09 09:55:52 +02:00
2016-09-01 16:24:46 -04:00
2017-01-04 13:20:01 -05:00
2017-06-01 11:09:51 -04:00
2017-07-01 19:13:35 -04:00
2017-08-01 08:08:18 -04:00
2017-10-05 14:13:32 -04:00
2017-11-01 21:11:38 -04:00
2018-07-02 10:12:20 +02:00
2018-10-01 09:34:57 +02:00
2018-12-03 15:14:58 +01:00
2018-06-28 11:07:37 -04:00
2018-08-31 10:12:51 +02:00
2018-12-03 17:29:46 +01:00
2019-07-01 07:48:45 +02:00
2022-02-02 07:17:57 +01:00
2020-01-02 07:55:53 +01:00
2020-02-03 08:52:16 +01:00
2020-10-01 07:22:28 +02:00
2020-12-01 06:24:16 +01:00
2021-01-04 08:31:51 +01:00
2024-11-27 13:13:28 -03:00
2021-09-01 07:40:01 +02:00
2021-10-05 09:07:26 +02:00
2021-11-01 10:18:49 +01:00
2022-02-02 07:17:57 +01:00
2022-02-02 07:17:57 +01:00
2023-04-17 06:55:32 +02:00
2022-09-05 05:21:23 +02:00
2022-11-01 06:54:19 +01:00
2022-12-06 09:56:43 +01:00
2023-01-02 08:10:59 +01:00
2023-04-05 06:09:31 +02:00
2023-06-05 08:21:56 -03:00
2023-08-01 13:30:05 -03:00
2023-12-04 09:24:31 +01:00
2024-04-03 11:12:03 -03:00
2024-10-08 11:37:30 -03:00
2024-11-05 05:55:58 +01:00