https://bz.apache.org/bugzilla/show_bug.cgi?id=66524
--- Comment #3 from Christopher Schultz <ch...@christopherschultz.net> --- (In reply to Steven Kearns from comment #2) > The field CachedResource.nextCheck is what is being sorted, it is also a > proxy for lastUsedTime. Yup. I got the reversal reversed in my head when reading it as well. We want to expire the lowest value for "nextCheck" because it is the same as the one with the oldest "lastCheck", and therefore the least-recently-used. I agree with your analysis. I'd like a "second" from another committer before moving forward with the change. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org