summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2012-12-11 10:17:06 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-11 10:50:16 +0100
commit5aa01643f8e7fe798434e1bf75b6ffea788d898b (patch)
treeb77758829f5fee5c547f29125d06e2468801c6fd /src
parent41a503bb756124a69f99dd9241bf777b1eda762d (diff)
Entered hardcoded urls QTBUG-28500
Hardcoded urls for rfc 2109 and 2965 Corrected in qnetworkcookie.cpp Change-Id: Id3668fec24c3c658437f22a977ea9e631a423aed Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src')
-rw-r--r--src/network/access/qnetworkcookie.cpp4
1 files changed, 2 insertions, 2 deletions
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