17 Apr
2007
17 Apr
'07
1:57 p.m.
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