Tomcat CsrfPreventionFilter - LRU Cache

2011-12-23 Thread Ganesh Dhakshinamurthy
Hi I recently came across an issue reported regarding the LRU cache implementation in CsrfPreventionFilter. It was reported that FIFO was implemented instead of LRU. We are facing an issue in our application due this, [Nonce tokens getting rejected]. I searched in the bugs database to check

Re: Tomcat CsrfPreventionFilter - LRU Cache

2011-12-23 Thread Ganesh Dhakshinamurthy
Hello Mark Thanks for the info. - Ganesh On Fri, Dec 23, 2011 at 3:30 PM, Mark Thomas ma...@apache.org wrote: On 23/12/2011 19:45, Ganesh Dhakshinamurthy wrote: Hi I recently came across an issue reported regarding the LRU cache implementation in CsrfPreventionFilter. It was reported