Details
-
Bug
-
Resolution: Fixed
-
Major
-
9.4.5
-
None
-
Unknown
-
Description
When trying to use LDAP authenticator locally on XWiki 12.8 I obtain the following:
2020-10-30 12:41:38,175 [qtp783286238-24 - http://localhost:8080/xwiki/bin/view/Main/] WARN c.x.x.XWiki - Deprecated usage legacy-style HQL ordinal parameters (`?`); use JPA-style ordinal parameters (e.g., `?1`) instead. Query [select distinct doc.fullName from XWikiDocument as doc , BaseObject as obj, StringProperty as prop where doc.fullName=obj.name and obj.className=? and obj.id=prop.id.id and prop.name=? and lower(prop.value)=?] has been converted to [select distinct doc.fullName from XWikiDocument as doc , BaseObject as obj, StringProperty as prop where doc.fullName=obj.name and obj.className=?1 and obj.id=prop.id.id and prop.name=?2 and lower(prop.value)=?3]