Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-21784

Missing check in QNetworkCookieJar::setCookiesFromUrl() while deleting old session cookies

XMLWordPrintable

      After deleting the matching cookies in QNetworkCookieJar::setCookiesFromUrl(), Check is missing to delete expired/session cookie.

      isDeletion flag is checked before entering the loop to delete the oldest cookie but it should be done if the first loop fail to delete the matching cookie.

        1. QTBUG-21784.patch
          2 kB
          Srikumar Bonda
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            Unassigned Unassigned
            srikumar.b Srikumar Bonda
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes