Fixing LdapName.equals (was Re: Why is equals() in class LdapName case-sensitive?)

2006-04-22 Thread Emmanuel Lecharny
Hi everybody, I just wanted to ask if this could be an acceptable solution to fix LdapName.equaks this way for 1.0-RC2 : 1) modification of equals to reflect JDK 1.5 LdaName behavior (i.e. values are compared case insensitive) 2) renaming the actual equals function to equalsInternal to avoid

Re: Fixing LdapName.equals (was Re: Why is equals() in class LdapName case-sensitive?)

2006-04-22 Thread Emmanuel Lecharny
Alex Karasulu a écrit : Emmanuel Lecharny wrote: Hi everybody, I just wanted to ask if this could be an acceptable solution to fix LdapName.equaks this way for 1.0-RC2 : 1) modification of equals to reflect JDK 1.5 LdaName behavior (i.e. values are compared case insensitive) Yes we can