summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorJocelyn Turcotte <jocelyn.turcotte@nokia.com>2011-09-14 14:12:10 (GMT)
committerJocelyn Turcotte <jocelyn.turcotte@nokia.com>2011-09-16 12:43:08 (GMT)
commit8ba781b01e900148fec2e9d26485369b3295487f (patch)
tree73a6a2c72ba7191ff93d39e9e7cd6bc6c904be8a /dist
parentad35d25e78c8252a72108a4ba931934047c4707e (diff)
downloadQt-8ba781b01e900148fec2e9d26485369b3295487f.zip
Qt-8ba781b01e900148fec2e9d26485369b3295487f.tar.gz
Qt-8ba781b01e900148fec2e9d26485369b3295487f.tar.bz2
Remove support for multiple cookies in one Set-Cookie header to follow RFC6265.
This also allows cookie values to contain commas to increase compatibility like most popular browsers do even though the RFC still reserves them for future uses. Reviewed-by: Peter Hartmann <peter.hartmann@nokia.com> Task-number: QTBUG-21456
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.8.01
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/changes-4.8.0 b/dist/changes-4.8.0
index b8e3842..e208fa1 100644
--- a/dist/changes-4.8.0
+++ b/dist/changes-4.8.0
@@ -105,6 +105,7 @@ QtNetwork
- HTTP cache: do not load resources from cache that must be revalidated [QTBUG-18983]
- HTTP cache: change file organization (MR-2505)
- SOCKS5: write errors are propagated to the outer socket [QTBUG-18713]
+ - Cookies: Commas are no longer used to support multiple cookies in a single Set-Cookie header [QTBUG-21456]
QtOpenGL
--------