← Back to team overview

ubuntu-webapps-bugs team mailing list archive

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

 

** Changed in: oxide
       Status: New => Fix Released

** Changed in: oxide
    Milestone: None => branch-1.2

** Changed in: oxide
     Assignee: (unassigned) => Chris Coulson (chrisccoulson)

-- 
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:
  Fix Released

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


References