← Back to team overview

ubuntu-webapps-bugs team mailing list archive

[Bug 1362558] [NEW] Exported cookies have always a date set, even when they shouldn't

 

Public bug reported:

In qt/quick/api/oxideqquickwebcontext.cc, the CookiesRetrieved method
prepares the cookies to be returned to the client. The "expirationdate"
field is always set, even when the date is invalid (meaning that the
cookie does not expire); this should be changed so that the field is not
set if there is no expiration date.

This is not a critical bug, as it's fairly easy to workaround it in the
client, but it would be nice to have it fixed, sometime.

** Affects: oxide
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
WebApps bug tracking, which is subscribed to Oxide.
https://bugs.launchpad.net/bugs/1362558

Title:
  Exported cookies have always a date set, even when they shouldn't

Status in Oxide Webview:
  New

Bug description:
  In qt/quick/api/oxideqquickwebcontext.cc, the CookiesRetrieved method
  prepares the cookies to be returned to the client. The
  "expirationdate" field is always set, even when the date is invalid
  (meaning that the cookie does not expire); this should be changed so
  that the field is not set if there is no expiration date.

  This is not a critical bug, as it's fairly easy to workaround it in
  the client, but it would be nice to have it fixed, sometime.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1362558/+subscriptions


Follow ups

References