-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0.0-M15
-
Fix Version/s: 1.0.0-M21
-
Labels:None
final String ldapFilter = FilterEncoder.format("(&(objectclass=person)(|(mail={0})(primaryMail={1})))", new String[] { tokenUsername, tokenUsername });
It should accept String... so that the new String[] is unnecessary.
- requires
-
DIRSHARED-143 Provide helper method to escape characters to be used in LDAP Filter literal
-
- Closed
-