bug on geUser solved

This commit is contained in:
lucio 2024-03-28 08:35:15 +01:00
parent 26bc4c93ac
commit 8df806bf49
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ public class UserManager {
JackrabbitSession session = null;
try {
session = (JackrabbitSession) repository.getRepository().login(Constants.JCR_CREDENTIALS);
return userHandler.getAllUsers(null);
return userHandler.getAllUsers(session);
} catch (Throwable e) {
log.error("jcr error getting users", e);
GXOutboundErrorResponse.throwException(new BackendGenericError(e));