From 0afffae4ecb660f2ecb94a756c2ab7729654ecf6 Mon Sep 17 00:00:00 2001 From: Alexey Date: Thu, 28 Dec 2017 00:49:46 +0300 Subject: Fixed #28965 -- Updated Set-Cookie's Expires date format to follow RFC 7231. --- docs/releases/2.1.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs') diff --git a/docs/releases/2.1.txt b/docs/releases/2.1.txt index b48804ab97..e1947728d9 100644 --- a/docs/releases/2.1.txt +++ b/docs/releases/2.1.txt @@ -232,6 +232,12 @@ Miscellaneous * The minimum supported version of ``mysqlclient`` is increased from 1.3.3 to 1.3.7. +* The date format of ``Set-Cookie``'s ``Expires`` directive is changed to + follow :rfc:`7231#section-7.1.1.1` instead of Netscape's cookie standard. + Hyphens present in dates like ``Tue, 25-Dec-2018 22:26:13 GMT`` are removed. + This change should be merely cosmetic except perhaps for antiquated browsers + that don't parse the new format. + .. _deprecated-features-2.1: Features deprecated in 2.1 -- cgit v1.3