Details
-
Bug
-
Resolution: Done
-
P2: Important
-
4.7.1
-
None
-
3ff70a838b5dd06cd55e17e1e55d5922e5155745
Description
Header looking like this: Set-Cookie: name=value; path=/; expires=
being parsed different from any other browser, and sets expiration date in the past, instead of treating this cookie as 'session cookie', like other browsers do.
Looks like QNetworkCookiePrivate::parseSetCookieHeaderLine() gets empty(default?) QDateTime from parseDateString() .
Attachments
Issue Links
- relates to
-
QTBUG-15794 follow up on new cookie spec
- Closed