From 5aa01643f8e7fe798434e1bf75b6ffea788d898b Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Tue, 11 Dec 2012 10:17:06 +0100 Subject: Entered hardcoded urls QTBUG-28500 Hardcoded urls for rfc 2109 and 2965 Corrected in qnetworkcookie.cpp Change-Id: Id3668fec24c3c658437f22a977ea9e631a423aed Reviewed-by: Jerome Pasion --- src/network/access/qnetworkcookie.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/network/access/qnetworkcookie.cpp') diff --git a/src/network/access/qnetworkcookie.cpp b/src/network/access/qnetworkcookie.cpp index bfc439ef74..f07516c3fd 100644 --- a/src/network/access/qnetworkcookie.cpp +++ b/src/network/access/qnetworkcookie.cpp @@ -90,9 +90,9 @@ QT_BEGIN_NAMESPACE This class implements cookies as described by the \l{Netscape Cookie Specification}{initial cookie specification by - Netscape}, which is somewhat similar to the \l{RFC 2109} specification, + Netscape}, which is somewhat similar to the \l{http://www.rfc-editor.org/rfc/rfc2109.txt}{RFC 2109} specification, plus the \l{Mitigating Cross-site Scripting With HTTP-only Cookies} - {"HttpOnly" extension}. The more recent \l{RFC 2965} specification + {"HttpOnly" extension}. The more recent \l{http://www.rfc-editor.org/rfc/rfc2965.txt}{RFC 2965} specification (which uses the Set-Cookie2 header) is not supported. \sa QNetworkCookieJar, QNetworkRequest, QNetworkReply -- cgit v1.2.3