Some API Controller classes are registering actions with an odd number of parameters in the registerAction method call, which causes the following error to be thrown:
WARN o.r.w.c.ControllerAssistantUtils - registerAction (actionComponent=org.roda.wui.api.v2.controller.MembersController, actionMethod=getAccessKeysByUser) failed because parameters array must have pairs of elements (even length)
Some API Controller classes are registering actions with an odd number of parameters in the
registerActionmethod call, which causes the following error to be thrown:WARN o.r.w.c.ControllerAssistantUtils - registerAction (actionComponent=org.roda.wui.api.v2.controller.MembersController, actionMethod=getAccessKeysByUser) failed because parameters array must have pairs of elements (even length)