Hello, I encountered a NullPointerException in Users & groups page when searching for "*". This happens in both user search and group search on Nuxeo 5.2.1-SNAPSHOT with multidirectory setup (ldap and sql users/groups directories).
I believe the problem is within MultiDirectorySession. In the method query(Map<String, Serializable> filter, Set<String> fulltext, Map<String, String> orderBy, boolean fetchReferences) fulltext parameter is used without being checked for null value. An the method is actually called with fulltext null from UserManagerImpl. Someone please correct me if I'm wrong. Should I open an issue in JIRA? Mihai _______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm
