Details
-
Bug
-
Resolution: Duplicate
-
Trivial
-
None
-
1.5
-
None
-
None
-
Low
-
Description
Please see method getParam(String name, XWikiContext context) in com.xpn.xwiki.user.impl.xwiki.XWikiAuthServiceImpl
protected String getParam(String name, XWikiContext context)
{
String param = "";
try
catch (Exception e) {
}
if (param == null || "".equals(param)) {
try
catch (Exception e) {
}
}
if (param == null)
return param;
}
Attachments
Issue Links
- duplicates
-
XWIKI-3024 XWiki authenticator load xwiki.authentication..createuser in place of xwiki.authentication.createuser from xwiki.cfg file
- Closed