Hi all,
In user/impl/xwiki/XWikiAuthServiceImpl.java i read:
protected String findUser(String susername2, XWikiContext context)
throws XWikiException {
String susername = susername2.replaceAll(" ", "");
susername = susername.replaceAll(" ", "");
[...]
Why are we calling replaceAll method called twice ? It seems useless,
what have I missed ?
Thanks,
Pablo