Bug 43544 - LRUCache implementation not updated to match latest collections code
Summary: LRUCache implementation not updated to match latest collections code
Status: RESOLVED FIXED
Alias: None
Product: Taglibs
Classification: Unclassified
Component: Standard Taglib (show other bugs)
Version: 1.2.0
Hardware: Other other
: P3 enhancement (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on: 31789
Blocks:
  Show dependency tree
 
Reported: 2007-10-03 15:13 UTC by Bjorn Townsend
Modified: 2007-10-04 07:05 UTC (History)
0 users



Attachments
Patch to bring LRU cacheing for EL tags in line with latest Collections code. (12.81 KB, patch)
2007-10-03 15:14 UTC, Bjorn Townsend
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bjorn Townsend 2007-10-03 15:13:23 UTC
The LRUCache implementation that was imported from Commons Collections to
resolve bug 31789 is out of date. I'll be attaching a patch to this issue that
brings it in line with the most recent released version (3.2) shortly.
Comment 1 Bjorn Townsend 2007-10-03 15:14:51 UTC
Created attachment 20912 [details]
Patch to bring LRU cacheing for EL tags in line with latest Collections code.
Comment 2 Henri Yandell 2007-10-04 07:05:14 UTC
Patch applied - thanks Bjorn.

r581915.