-
Bug
-
Resolution: Fixed
-
Critical
-
4.0M12
-
None
-
None
How to reproduce
- Insert the RSS services
- Add entries with limited users
- Save
- Reconfigure the service
The follwing error occurred
java.lang.ArrayIndexOutOfBoundsException: 1 at org.ametys.plugins.core.user.UserSearchAction._searchUsersByContext(UserSearchAction.java:126) at org.ametys.plugins.core.user.UserSearchAction.act(UserSearchAction.java:73) at org.apache.cocoon.components.treeprocessor.sitemap.ActTypeNode.invoke(ActTypeNode.java:120) at org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:47) at org.apache.cocoon.components.treeprocessor.sitemap.MatchNode.invoke(MatchNode.java:108) at org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:69)
In service parameters the received value for users is encoded JSON string "
{login: login: population: "population}"
- depends on
-
CMS-7811 Uniformize population -> populationId for a user
- Closed