lukaszlenart commented on code in PR #1573: URL: https://github.com/apache/struts/pull/1573#discussion_r2835984225
########## core/src/main/resources/org/apache/struts2/default.properties: ########## @@ -247,6 +247,14 @@ struts.ognl.beanInfoCacheType=wtlfu ### application-specific needs. struts.ognl.beanInfoCacheMaxSize=10000 +### Specifies the type of cache to use for proxy detection in ProxyUtil. +### Valid values: basic, lru, wtlfu. Default is 'basic' (no Caffeine dependency required). +### Use 'wtlfu' for better eviction policy if Caffeine is available. +struts.proxy.cacheType=basic Review Comment: fixed -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
