Hi Weijun, It was "test/javax/naming/ldap/LdapName/CompareToEqualsTests fails intermittently". I updated the synopsis to "JNDI name operations should be locale independent" when found the underlying failure problem.
Would you please review the JNDI update when you available? The fix also include Alan's fix of JNDI compiler warnings. Thanks, Xuelei On 7/25/2011 8:39 AM, Xuelei Fan wrote: > Ping ... > > Xuelei > > On 7/21/2011 3:26 PM, Xuelei Fan wrote: >> Hi, >> >> In JNDI implementation, String.toUpperCase() and String.toLowerCase() is >> used to compare or hashcode case-insensitive strings. These operations >> are locale dependent, and may result in unexpected behaviors in some >> locale.[1] >> >> This fix is try to interpret case-insensitive string locale >> independently in JNDI component. >> >> webrev: http://cr.openjdk.java.net/~xuelei/7059542/webrev.00/ >> >> Thanks, >> Xuelei >> >> [1]: http://sim.ivi.co/2011/07/trap-of-case-insensitive-string.html >