To be modified :
- org.ametys.core.group.GroupIdentity#stringToGroupIdentity
- org.ametys.core.user.UserIdentity#stringToUserIdentity
- org.ametys.plugins.core.group.GroupSearchAction#_searchGroupsByContext
- org.ametys.plugins.core.user.UserSearchAction#_searchUsersByContext
- widget edition.group
In all cases, we user String#split and we could change this by StringUtils.substringBeforeLast("#") StringUtils.substringAfterLast("#") to allow the '#' character in login/groupId (as we know that '#' is forbiddent in user and group populations)
To be modified :
In all cases, we user String#split and we could change this by StringUtils.substringBeforeLast("#") StringUtils.substringAfterLast("#") to allow the '#' character in login/groupId (as we know that '#' is forbiddent in user and group populations)