-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.8
-
Fix Version/s: 5.8.0-HF06, 5.9.2
-
Component/s: Directory
-
Tags:
-
Upgrade notes:
org.nuxeo.ecm.directory.sql.SQLDirectoryDescriptor.merge does:
if (overwite) {
querySizeLimit = other.querySizeLimit;
}
but overwrite is never true, we should use an Integer instead of int to do proper overwrite in all cases if it's not null.