Cihad Guzel created CONNECTORS-1589:
---------------------------------------
Summary: lrusize always null
Key: CONNECTORS-1589
URL: https://issues.apache.org/jira/browse/CONNECTORS-1589
Project: ManifoldCF
Issue Type: Bug
Components: Framework core
Affects Versions: ManifoldCF 2.12
Reporter: Cihad Guzel
Fix For: ManifoldCF 2.13
{code:java}
public int getMaxLRUCount()
...
String x = null; //
JSKW.getProperty("cache."+objectClassName+".lrusize");
if (x == null)
...
{code}
Change this condition so that it does not always evaluate to "true"
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)