QNetworkCookie - ignore unparsable expires attribute
authorShane Kearns <ext-shane.2.kearns@nokia.com>
Fri, 8 Jun 2012 16:49:54 +0000 (17:49 +0100)
committerQt by Nokia <qt-info@nokia.com>
Tue, 26 Jun 2012 22:46:35 +0000 (00:46 +0200)
commit3ff70a838b5dd06cd55e17e1e55d5922e5155745
tree95ed26be0a4f8e3f4e0759a76958931781f05c20
parentcf29b7b967e59f08713d6574b754874a900bf6cd
QNetworkCookie - ignore unparsable expires attribute

As required by RFC6265, if the date can't be parsed then the
attribute should be ignored but not the whole cookie.

Task-number: QTBUG-15794
Task-number: QTBUG-16798
Change-Id: I2ed2fbbaf2d00b194995349c24b174032a599703
Reviewed-by: Richard J. Moore <rich@kde.org>
src/network/access/qnetworkcookie.cpp