[ http://issues.apache.org/jira/browse/JAMES-323?page=all ]
Stefano Bagnara reassigned JAMES-323:
-------------------------------------
Assign To: Stefano Bagnara
> using toUppercase, toLowerCase, equalsIgnoreCase without specifying the
> locale is a bug
> ---------------------------------------------------------------------------------------
>
> Key: JAMES-323
> URL: http://issues.apache.org/jira/browse/JAMES-323
> Project: James
> Type: Bug
> Environment: turkish locale
> Reporter: Hontvari Jozsef
> Assignee: Stefano Bagnara
> Priority: Minor
>
> Subject tells all, converting case in a server application without specifying
> an explicit locale is almost always a bug. People may assume that this works
> for ASCII characters, and usually does, but not in all locale. All such code
> were fixed about two years ago, but I read the JDJ newsletter article and
> wondered what is the current status of James, and indeed I found a few new
> places, where the same bug reappeared:
> toUppercase():
> -MBoxMailRepository.java
> toLowercase():
> -CommandListservManager.java
> -RemoteDelivery.java
> -SenderHostIs.java
> I didn't find equalsIgnoreCase calls.
> All of the above should be replaced with toLowercase(Locale.ENGLISH) or
> toUppercase(Locale.ENGLISH)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]