https://bz.apache.org/bugzilla/show_bug.cgi?id=57434
--- Comment #4 from Jeremy Boynes <jboy...@apache.org> --- The current implementation disables caching while expressions are being validated during the translation process. This has the side effect of disabling the cache for evaluations that occur concurrently i.e. if a JSP is being translated at the same time a request is occurring. I don't think this was the intent but hesitate to change the behaviour given the age of this library. If we think this is safe, we could simply pass the flag as a parameter to parseExpressionString and eliminate the field entirely. -- 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