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>
This commit is contained in:
Nico Vertriest 2012-12-11 10:17:06 +01:00 committed by The Qt Project
parent 41a503bb75
commit 5aa01643f8

View 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