You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assertEquals("LDAP Christams Tree", "Hi \\28This\\29 = is * a \\5c test # � � �", instance.encodeForLDAP("Hi (This) = is * a \\ test # � � �", false));
551
+
assertEquals("Forward slash for \\2fMicrosoft\\2f \\2fAD\\2f", instance.encodeForLDAP("Forward slash for /Microsoft/ /AD/"));
550
552
}
551
553
552
554
/**
@@ -563,6 +565,7 @@ public void testEncodeForDN() {
563
565
assertEquals("less than greater than", "Hello\\<\\>", instance.encodeForDN("Hello<>"));
0 commit comments