| If
- the prefix is "xwiki:Wiki.Prefix"
- the suffix is "Suffix"
- the provided group name is "GroupName"
then the expected group name is "xwiki:Wiki.PrefixGroupNameSuffix", but in reality it is generated as "xwiki:Wiki.xwikiWikiPrefixGroupNameSuffix" That happens because the prefix and the suffix are also cleaned before generating the complete group name. |