Uploaded image for project: 'Nuxeo ECM Build/Test Environment'
  1. Nuxeo ECM Build/Test Environment
  2. NXBT-918

Fix package listing cache update

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: NCC-1.4.19
    • Fix Version/s: NCC-1.4.21
    • Component/s: nuxeo-connect-client

      Description

      There is a typo forcing a systematic cache update!

      -        if (!cacheFile.exists() || ((new Date().getTime() - cacheFile.lastModified()) < cacheMaxAge)) {
      +        if (!cacheFile.exists() || ((new Date().getTime() - cacheFile.lastModified()) > cacheMaxAge)) {

        Attachments

          Issue Links

            Activity

              People

              • Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: