Is there an easy way to escape strings used for Ldap operations here in Spring-LDAP?
ref: http://www.owasp.org/index.php/Preve...ection_in_Java
Is there an easy way to escape strings used for Ldap operations here in Spring-LDAP?
ref: http://www.owasp.org/index.php/Preve...ection_in_Java
If you use the DistinguishedName and Filter classes, values will be properly encoded, which should prevent injection issues.