opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/LDAPReplicationDomain.java
@@ -4411,7 +4411,7 @@ final Set<String> expandedNames = getExpandedNames(names); final Entry filteredEntry = entry.filterEntry(expandedNames, false, false, false); return filteredEntry.getAttributes(); return collect(filteredEntry.getAllAttributes(), new ArrayList<Attribute>()); } }