diff options
author | Robert Hogan <robert@webkit.org> | 2010-04-27 20:22:19 (GMT) |
---|---|---|
committer | Peter Hartmann <peter.hartmann@nokia.com> | 2010-04-28 12:26:38 (GMT) |
commit | 483fdd017d9998c6d7f4a035ca615e15fbc97e6a (patch) | |
tree | 6bed653a8afc9424049743bcef11b2cdb8f02c5e /.commit-template | |
parent | 229251d0bc0024b78a8c0669a09836289c02a7cd (diff) | |
download | Qt-483fdd017d9998c6d7f4a035ca615e15fbc97e6a.zip Qt-483fdd017d9998c6d7f4a035ca615e15fbc97e6a.tar.gz Qt-483fdd017d9998c6d7f4a035ca615e15fbc97e6a.tar.bz2 |
Secure Cookies should only be sent over secure connections.
http://bugreports.qt.nokia.com/browse/QTBUG-9618
QtWebKit currently fails the following test:
LayoutTests/http/tests/xmlhttprequest/cookies.html
This is because QNetworkCookieJar::cookiesForUrl returns secure
cookies even when the connection is not secure.
A 'secure' cookie is set by response headers from a http server as follows:
'Set-Cookie: cookie-name=value; secure'
Correct QNetworkCookieJar::cookiesForUrl to ignore secure cookies when the
url in the request is not 'https:'.
Task-number: QTBUG-9618
Merge-request: 2372
Reviewed-by: Peter Hartmann <peter.hartmann@nokia.com>
Diffstat (limited to '.commit-template')
0 files changed, 0 insertions, 0 deletions