diff options
| author | Alexey <lesha.ogonkov@gmail.com> | 2017-12-28 00:49:46 +0300 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-01-02 11:22:59 -0500 |
| commit | 0afffae4ecb660f2ecb94a756c2ab7729654ecf6 (patch) | |
| tree | 70bab826d6925834a9d43b27c90a8ff592653a8b /docs | |
| parent | 5f456408a0f52dc16f627d4a89ced5f52c36ad2f (diff) | |
Fixed #28965 -- Updated Set-Cookie's Expires date format to follow RFC 7231.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.1.txt | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
