On 7063702: To interprete case-insensitive string locale independently

Xuelei.Fan at Oracle.Com Xuelei.Fan at Oracle.Com
Thu Jul 7 08:45:54 UTC 2011



On Jul 7, 2011, at 4:30 PM, Weijun Wang <weijun.wang at oracle.com> wrote:

> Hi Xuelei
> 
> There are some other places using equalsIgnoreCase(). Is this method safe for all locales?
> 
equalsIgnoreCase() is safe. Looking into the code of this method, you will find that the implementation is a little different from just converting to lower case or upper case.

Andrew

> Thanks
> Max



More information about the security-dev mailing list