Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-15669

Distributed web session fails to expire if its last access time is not unique

XMLWordPrintable

      The SortedScheduledEntries data structure uses a sorted set to sort entries by their expiration time using the comparator returned by Map.Entry.comparingByValue(). However, this returns 0 if multiple entries expire at the same time (i.e. have the same entry value), which results in missing entries.

              pferraro@redhat.com Paul Ferraro
              pferraro@redhat.com Paul Ferraro
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: