Entered hardcoded urls QTBUG-28500
authorNico Vertriest <nico.vertriest@digia.com>
Tue, 11 Dec 2012 09:17:06 +0000 (10:17 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Tue, 11 Dec 2012 09:50:16 +0000 (10:50 +0100)
Hardcoded urls for rfc 2109 and 2965
Corrected in qnetworkcookie.cpp

Change-Id: Id3668fec24c3c658437f22a977ea9e631a423aed
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
src/network/access/qnetworkcookie.cpp

index bfc439e..f07516c 100644 (file)
@@ -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