kusalk commented on code in PR #766:
URL: https://github.com/apache/struts/pull/766#discussion_r1359881125


##########
core/src/main/java/com/opensymphony/xwork2/ognl/OgnlLRUCache.java:
##########
@@ -81,7 +81,9 @@ public int getEvictionLimit() {
 
     @Override
     public void setEvictionLimit(int cacheEvictionLimit) {
+        if (cacheEvictionLimit < size()) {

Review Comment:
   Fixed this bug



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@struts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to